summaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-15 19:26:01 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-15 19:26:01 +0100
commit6569263ccdc969560445d9a3815fbc17f3039c4f (patch)
tree201a30f2fe5d4fd3019fcfa8614dda677b4e4d9a /src/cssparser.hh
parent8d041ff283a940eb3b2abddcc2693eda2ab8dc97 (diff)
move macro definition to .cc file
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index 7fd3b5d0..2ae5f7dd 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -3,13 +3,6 @@
#include "css.hh"
-/* The last three ones are never parsed. */
-#define CSS_NUM_INTERNAL_PROPERTIES 3
-#define CSS_NUM_PARSED_PROPERTIES \
- (CSS_PROPERTY_LAST - CSS_NUM_INTERNAL_PROPERTIES)
-
-
-
typedef enum {
CSS_ORIGIN_USER_AGENT,
CSS_ORIGIN_USER,