From bd5d777d5d7de22817b7bd868e3b3281d6fdcb49 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 22 May 2015 13:02:21 +0000 Subject: not used function removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_commonheaders.h | 1 - plugins/Clist_modern/src/modern_utils.cpp | 13 ------------- 2 files changed, 14 deletions(-) (limited to 'plugins/Clist_modern/src') diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index 8e8f4f36b9..81ec07edc3 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -138,7 +138,6 @@ extern TCHAR SkinsFolder[MAX_PATH]; #define SCF_BOTTOM 6 char* __cdecl strstri(char *a, const char *b); -DWORD exceptFunction(LPEXCEPTION_POINTERS EP); // Register of plugin's user // diff --git a/plugins/Clist_modern/src/modern_utils.cpp b/plugins/Clist_modern/src/modern_utils.cpp index b4116451e7..b68088679c 100644 --- a/plugins/Clist_modern/src/modern_utils.cpp +++ b/plugins/Clist_modern/src/modern_utils.cpp @@ -35,19 +35,6 @@ char * strdupn(const char * src, int len) return p; } -DWORD exceptFunction(LPEXCEPTION_POINTERS EP) -{ - char buf[4096]; - mir_snprintf(buf, SIZEOF(buf), "\r\nExceptCode: %x\r\nExceptFlags: %x\r\nExceptAddress: %p\r\n", - EP->ExceptionRecord->ExceptionCode, - EP->ExceptionRecord->ExceptionFlags, - EP->ExceptionRecord->ExceptionAddress); - - TRACE(buf); - MessageBoxA(0, buf, "clist_mw Exception", 0); - return EXCEPTION_EXECUTE_HANDLER; -} - #ifdef _DEBUG #undef DeleteObject #endif -- cgit v1.2.3