summaryrefslogtreecommitdiffstats
path: root/src/bltConfig.h
diff options
context:
space:
mode:
authorjoye <joye>2014-01-07 20:33:12 (GMT)
committerjoye <joye>2014-01-07 20:33:12 (GMT)
commitfa3310ae7016a63c0b8092a4022634e214972e56 (patch)
tree7231d1c3a0418c217a78b4b165301c8f8627efef /src/bltConfig.h
parenta6ba7234bf14a9491b6e95fbe63c874918eeca10 (diff)
downloadblt-fa3310ae7016a63c0b8092a4022634e214972e56.zip
blt-fa3310ae7016a63c0b8092a4022634e214972e56.tar.gz
blt-fa3310ae7016a63c0b8092a4022634e214972e56.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltConfig.h')
-rw-r--r--src/bltConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bltConfig.h b/src/bltConfig.h
index 55003be..b1dc6b7 100644
--- a/src/bltConfig.h
+++ b/src/bltConfig.h
@@ -132,8 +132,6 @@ typedef enum {
BLT_CONFIG_BITMASK,
BLT_CONFIG_DASHES,
BLT_CONFIG_FILL,
- BLT_CONFIG_INT_NNEG, /* 0..N */
- BLT_CONFIG_INT_POS, /* 1..N */
BLT_CONFIG_LIST,
BLT_CONFIG_OBJ,
BLT_CONFIG_PAD,
@@ -172,11 +170,9 @@ typedef enum {
#define BLT_CONFIG_OPTION_SPECIFIED (1<<5)
#define BLT_CONFIG_USER_BIT (1<<8)
-
#define STATE_NORMAL (0)
#define STATE_ACTIVE (1<<0)
#define STATE_DISABLED (1<<1)
-#define STATE_EMPHASIS (1<<2)
/*
*---------------------------------------------------------------------------