diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-12 13:41:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-12 13:41:35 +0300 |
commit | 2623684b3f63e915fad9791bcb7a0d8c3606ed2f (patch) | |
tree | 94232d93d4a339ec582d94379a5346f526eb1998 /plugins/Scriver | |
parent | 5d7141972f7edc5f0818ea2040109f555e65fcdb (diff) |
useless code removed
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/msgs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index 2074447d14..ea3c677e43 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -213,8 +213,6 @@ extern int fontOptionsListSize; #define LOADHISTORY_COUNT 1
#define LOADHISTORY_TIME 2
-#define SRMM_MODULE "SRMM"
-
#define SRMSGSET_BKGCOLOUR "BkgColour"
#define SRMSGDEFSET_BKGCOLOUR GetSysColor(COLOR_WINDOW)
#define SRMSGSET_INPUTBKGCOLOUR "InputBkgColour"
|