diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-01 08:57:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-01 08:57:57 +0000 |
commit | 7c16f0bc7af13884de18712d9b66c7e7218d51c0 (patch) | |
tree | 635025a379c7e61567a11aab1cc4986c9186d93f /plugins/TabSRMM/src/globals.h | |
parent | f2e1635b5b50ebe64a7bde2b68654034aa2eecdb (diff) |
own exception dialog removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index 4bd7cc379c..79115baaaa 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -160,10 +160,6 @@ public: static void logStatusChange(WPARAM wParam, const CContactCache *c);
- static void Ex_CopyEditToClipboard(HWND hWnd);
- static void Ex_Handler();
- static int Ex_ShowDialog(EXCEPTION_POINTERS *ep, const char *szFile, int line, wchar_t* szReason, bool fAllowContinue);
- static INT_PTR CALLBACK Ex_DlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
private:
bool m_TypingSoundAdded;
|