summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-10 17:54:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-10 17:54:04 +0000
commitc5e6ed5429156f34a51434581e1639e5ebf182db (patch)
tree44b0f3b440bf5f154cec953ab12fe0d860128b74 /src/bytecode/opcodes.h
parent3caf569a9db0c852d7f149cf796d77ce3858cf32 (diff)
downloadlibcss-c5e6ed5429156f34a51434581e1639e5ebf182db.tar.gz
libcss-c5e6ed5429156f34a51434581e1639e5ebf182db.tar.bz2
Purge side bits. These cause more trouble than they're worth, and it's not as if there's a dearth of opcode space.
svn path=/trunk/libcss/; revision=6410
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index f82d129..eb68c48 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -10,13 +10,6 @@
#include <inttypes.h>
-enum side {
- SIDE_TOP = 0x0000,
- SIDE_RIGHT = 0x0100,
- SIDE_BOTTOM = 0x0200,
- SIDE_LEFT = 0x0300,
-};
-
enum op_azimuth {
AZIMUTH_ANGLE = 0x0080,
@@ -103,7 +96,6 @@ enum op_border_width {
BORDER_WIDTH_THICK = 0x0002,
};
-/** \todo merge top, right, left, bottom into one opcode and use side bits? */
enum op_bottom {
BOTTOM_SET = 0x0080,
BOTTOM_AUTO = 0x0000,