diff options
Diffstat (limited to '')
-rw-r--r-- | src/token.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/token.h b/src/token.h index 4ad1136..5bede41 100644 --- a/src/token.h +++ b/src/token.h | |||
@@ -40,7 +40,6 @@ public: | |||
40 | mMetaOperator = 0x4000, | 40 | mMetaOperator = 0x4000, |
41 | mMetaAltOp = 0x8000, | 41 | mMetaAltOp = 0x8000, |
42 | mMetaMeta = 0x0100, | 42 | mMetaMeta = 0x0100, |
43 | |||
44 | }; | 43 | }; |
45 | 44 | ||
46 | Token(); | 45 | Token(); |