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/utils.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/utils.h')
-rw-r--r-- | plugins/TabSRMM/src/utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h index 107aca9e16..90ae419e8e 100644 --- a/plugins/TabSRMM/src/utils.h +++ b/plugins/TabSRMM/src/utils.h @@ -101,11 +101,6 @@ public: static void TSAPI sanitizeFilename (wchar_t *tszFilename);
static void TSAPI ensureTralingBackslash (wchar_t *szPathname);
- static void* TSAPI safeAlloc (const size_t size);
- static void* TSAPI safeCalloc (const size_t size);
- static void* TSAPI safeMirAlloc (const size_t size);
- static void* TSAPI safeMirCalloc (const size_t size);
-
static HMODULE TSAPI loadSystemLibrary (const wchar_t* szFilename);
static INT_PTR CALLBACK PopupDlgProcError (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|