summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/ImportExport.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-01-02 16:37:03 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-01-02 16:37:03 +0000
commit4f795c38d1a5ddde2e89b335eda36133f75fde55 (patch)
tree188ac31ce3083b90491e0f26c266b6e89087d40e /plugins/Quotes/src/ImportExport.cpp
parent2f21db032f6975382100ab8190c94953ae0d4f9f (diff)
fix for status icon in tray tooltip
git-svn-id: http://svn.miranda-ng.org/main/trunk@11723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/ImportExport.cpp')
-rw-r--r--plugins/Quotes/src/ImportExport.cpp3
1 files changed, 0 insertions, 3 deletions
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
-