From 4f795c38d1a5ddde2e89b335eda36133f75fde55 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 2 Jan 2015 16:37:03 +0000 Subject: fix for status icon in tray tooltip git-svn-id: http://svn.miranda-ng.org/main/trunk@11723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/src/ImportExport.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/Quotes/src/ImportExport.cpp') diff --git a/plugins/Quotes/src/ImportExport.cpp b/plugins/Quotes/src/ImportExport.cpp index c0950673fc..af8faee952 100644 --- a/plugins/Quotes/src/ImportExport.cpp +++ b/plugins/Quotes/src/ImportExport.cpp @@ -791,7 +791,6 @@ INT_PTR Quotes_Import(WPARAM wp, LPARAM lp) return 1; } -#ifdef TEST_IMPORT_EXPORT INT_PTR QuotesMenu_ImportAll(WPARAM, LPARAM) { return CallService(MS_QUOTES_IMPORT, 0, 0); @@ -801,5 +800,3 @@ INT_PTR QuotesMenu_ExportAll(WPARAM, LPARAM) { return CallService(MS_QUOTES_EXPORT, 0, 0); } -#endif - -- cgit v1.2.3