From 7c16f0bc7af13884de18712d9b66c7e7218d51c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Feb 2014 08:57:57 +0000 Subject: own exception dialog removed from tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@7981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/TabSRMM/src/utils.h') 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); -- cgit v1.2.3