diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
-rw-r--r-- | plugins/SendScreenshotPlus/src/Main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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) |