diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:10:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:10:58 +0300 |
commit | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (patch) | |
tree | 824c01ef32c8d72059decbe3ac46fc80f48eab09 /src/textcommand.h | |
parent | fafa76be86d659f7004e589a6fe55a0d53fed82f (diff) | |
download | plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.gz plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.bz2 plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.xz plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.zip |
Move constant MAGIC_START_ID into textcommandeditor.cpp
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index 73a214a41..e76568b0e 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -31,8 +31,6 @@ #include "localconsts.h" -const unsigned int MAGIC_START_ID = 340; - class Image; /** |