diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-24 16:03:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-24 16:03:33 +0300 |
commit | 8e4a54868c87fe20c1825861d6ed3f66c5927dfa (patch) | |
tree | 389d343d7fe855fb725f900abd3ac4c1cc4565a2 /plugins/WhenWasIt/src/dlg_handlers.h | |
parent | 71fcd78ec9a08c7d613f57620fff155d7681d4ef (diff) |
fixes #3130 (WhenWasIt ведёт себя странно)
Diffstat (limited to 'plugins/WhenWasIt/src/dlg_handlers.h')
-rw-r--r-- | plugins/WhenWasIt/src/dlg_handlers.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/WhenWasIt/src/dlg_handlers.h b/plugins/WhenWasIt/src/dlg_handlers.h index d9678427c1..1a59891968 100644 --- a/plugins/WhenWasIt/src/dlg_handlers.h +++ b/plugins/WhenWasIt/src/dlg_handlers.h @@ -37,22 +37,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. int OnOptionsInitialise(WPARAM wParam, LPARAM);
-class CBasicListDlg : public CDlgBase
-{
- MCONTACT SelectedItem();
-
-protected:
- CCtrlListView m_list;
-
- CBasicListDlg(int dlgId);
-
- void Sort(int iCol);
-
- void onDblClick_List(CCtrlListView::TEventInfo*);
- void onMenu_List(CContextMenuPos *pos);
-};
-
-INT_PTR CALLBACK DlgProcUpcoming(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
-LRESULT CALLBACK DlgProcPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
-
#endif //M_WWI_DIALOG_HANDLERS_H
\ No newline at end of file |