diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-14 13:32:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-14 13:32:37 +0300 |
commit | 0fca8ceb4d37fbb3e82b8d39934b682a5370d0a0 (patch) | |
tree | de9b29a62b11e6a8327d87c7072bad6f44df17fd /plugins/Clist_nicer | |
parent | 49fd24b153e3b7def24acbd873eb52e6b0fef55f (diff) |
unused constant removed
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/src/clui.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_nicer/src/resource.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/clui.cpp b/plugins/Clist_nicer/src/clui.cpp index d025bd8496..341a8134cc 100644 --- a/plugins/Clist_nicer/src/clui.cpp +++ b/plugins/Clist_nicer/src/clui.cpp @@ -1473,7 +1473,6 @@ skipbg: buttons_done: switch (LOWORD(wParam)) { case ID_TRAY_EXIT: - case ID_ICQ_EXIT: cfg::shutDown = 1; if (Miranda_OkToExit()) DestroyWindow(hwnd); diff --git a/plugins/Clist_nicer/src/resource.h b/plugins/Clist_nicer/src/resource.h index 176986c10d..dba210f3bb 100644 --- a/plugins/Clist_nicer/src/resource.h +++ b/plugins/Clist_nicer/src/resource.h @@ -282,7 +282,6 @@ #define IDC_GROUPALIGN 25499
#define IDC_BORDERSTYLE 25501
#define IDC_CURVIEWMODE2 25503
-#define ID_ICQ_EXIT 40001
#define IDC_STATIC7 40002
#define POPUP_HIDEEMPTYGROUPS 40003
#define POPUP_HIDEOFFLINE 40005
|