summaryrefslogtreecommitdiff
path: root/cesar/cp2/beacon
diff options
context:
space:
mode:
authorlaranjeiro2008-05-22 10:55:33 +0000
committerlaranjeiro2008-05-22 10:55:33 +0000
commit7b8b8c6d615f98d39abd130b86737e3adab6ae2a (patch)
treed28427398466c337a06d6b69594c0d92aad11ed4 /cesar/cp2/beacon
parent9e7d6a2577d553c04fae7ed1e34f8053fd6087ad (diff)
beacon: remove the define for the regions size.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2066 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/beacon')
-rw-r--r--cesar/cp2/beacon/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cesar/cp2/beacon/defs.h b/cesar/cp2/beacon/defs.h
index dc658ac327..a351d61b23 100644
--- a/cesar/cp2/beacon/defs.h
+++ b/cesar/cp2/beacon/defs.h
@@ -95,9 +95,6 @@ enum cp_bentry_header_t
CP_BENTRY_VENDOR=0xFF
};
-/** Region size in bytes. */
-#define CP_BEACON_REGION_BYTE_SIZE 2;
-
enum cp_beacon_bentry_read_write_e
{
CP_BEACON_BENTRY_READ,