summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bytecode/opcodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 544687a..d61d923 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -182,7 +182,6 @@ enum op_column_gap {
enum op_column_rule_color {
COLUMN_RULE_COLOR_TRANSPARENT = 0x0000,
COLUMN_RULE_COLOR_CURRENT_COLOR = 0x0001,
- COLUMN_RULE_COLOR_INVERT = 0x0002,
COLUMN_RULE_COLOR_SET = 0x0080
};