summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.cpp
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2020-05-04 17:02:29 +0300
committerMataes <mataes2007@gmail.com>2020-05-04 17:02:29 +0300
commit753c846cdadbc9a9186297d43e2f36692d2c354f (patch)
tree176ca6bc59b91fe72ee7527b20f3e9e57f73766c /plugins/NewStory/src/history.cpp
parent12695913155f60e583f00f55a71f40dd5772d194 (diff)
newstory: IDD_SEARCH removed
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r--plugins/NewStory/src/history.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp
index f6b26a08ff..0da075e8cc 100644
--- a/plugins/NewStory/src/history.cpp
+++ b/plugins/NewStory/src/history.cpp
@@ -962,14 +962,6 @@ public:
PostMessage(m_hwnd, UM_REBUILDLIST, 0, 0);
break;*/
- // case IDC_SEARCH:
- // int id = DialogBoxParam(hInst, MAKEINTRESOURCE(IDD_SEARCH), 0, SearchDlgProc, (LPARAM)GetDlgItem(m_hwnd, IDC_ITEMS));
- // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETCARETINDEX, id, 0);
- // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SETTOPINDEX, id, 0);
- // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, FALSE, MAKELPARAM(0,eventCount));
- // SendMessage(GetDlgItem(m_hwnd, IDC_ITEMS), LB_SELITEMRANGE, TRUE, MAKELPARAM(id,id));
- // break;
-
case WM_USER + 0x600:
if (wParam)
m_histControl.SendMsg(NSM_SEEKTIME, wParam, 0);