summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r--plugins/NewStory/src/history_control.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h
index e11b74db5d..2cbe46309c 100644
--- a/plugins/NewStory/src/history_control.h
+++ b/plugins/NewStory/src/history_control.h
@@ -3,24 +3,6 @@
#define NEWSTORYLIST_CLASS "NewstoryList"
-enum
-{
- NSM_FIRST = WM_USER + 100,
-
- // wParam = fist item
- // lParam = iLast item
- // result = number of total selected items
- NSM_SELECTITEMS = NSM_FIRST,
-
- //
- NSM_SEEKTIME,
-
- //
- NSM_SET_OPTIONS, // options were changed
-
- NSM_LAST
-};
-
struct NewstoryListData : public MZeroedObject
{
NewstoryListData(HWND);