summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-20 18:26:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-20 18:26:44 +0300
commite1affe6fb8d4d67cd22487399fa3be86695beae3 (patch)
tree2752700098b67588245be4ec17e0690f6680486c /plugins/NotesAndReminders/src/stdafx.h
parentc864d378452f70c98347f099fe31ea446136aa5d (diff)
Notes & reminders:
- useless control id IDC_CLOSE removed & replaced with IDCANCEL; - useless functions WriteSettingIntArray / ReadSettingIntArray / UpdateGeomFromWnd removed; - arrays g_reminderListGeom & g_notesListGeom removed, these data are controlled now via standard call of Util_Save/RestoreWindowPosition; - rest of UI code rewritten using UI classes; - code cleaning
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.h')
-rw-r--r--plugins/NotesAndReminders/src/stdafx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.h b/plugins/NotesAndReminders/src/stdafx.h
index 74456c5bad..504c5da958 100644
--- a/plugins/NotesAndReminders/src/stdafx.h
+++ b/plugins/NotesAndReminders/src/stdafx.h
@@ -90,11 +90,6 @@ extern int g_Transparency;
extern char *g_RemindSMS;
extern char *g_lpszAltBrowser;
-extern int g_reminderListGeom[4];
-extern int g_reminderListColGeom[2];
-extern int g_notesListGeom[4];
-extern int g_notesListColGeom[4];
-
extern IconItem iconList[];
INT_PTR PluginMenuCommandAddNew(WPARAM, LPARAM);