From 0363e5f2a3df0b3cbe4fe58ac44bac2eae25d5f7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Apr 2015 14:01:08 +0000 Subject: removed annoying window git-svn-id: http://svn.miranda-ng.org/main/trunk@13011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/Main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins') diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index b8ff704039..3aa8128ab6 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -233,9 +233,6 @@ int hook_ModulesLoaded(WPARAM, LPARAM) // Folders plugin support m_hFolderScreenshot = FoldersRegisterCustomPathT(LPGEN("SendSS"), LPGEN("Screenshots"), _T(PROFILE_PATH)_T("\\")_T(CURRENT_PROFILE)_T("\\Screenshots")); - #ifdef _DEBUG - service_OpenCaptureDialog(0,0xFFFF); - #endif // _DEBUG return 0; } int hook_SystemPreShutdown(WPARAM wParam, LPARAM lParam) -- cgit v1.2.3