From c5e6ed5429156f34a51434581e1639e5ebf182db Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 10 Feb 2009 17:54:04 +0000 Subject: 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 --- src/bytecode/opcodes.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/bytecode/opcodes.h') 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 -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, -- cgit v1.2.3