summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/Utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-08-09 12:53:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-08-09 12:53:56 +0300
commit8d9e22cfcb01180289388f06142ffcab7f93d7d4 (patch)
tree2bccba0f9d1f07c231922199a4e27967888769fa /plugins/SendScreenshotPlus/src/Utils.h
parent1736935ec6a80982b315c3da76a3a8a47abfc519 (diff)
fixes #2018 (SendSS does not remember the last selected service)
Diffstat (limited to 'plugins/SendScreenshotPlus/src/Utils.h')
-rw-r--r--plugins/SendScreenshotPlus/src/Utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/Utils.h b/plugins/SendScreenshotPlus/src/Utils.h
index 279c4b2b76..14630fe23b 100644
--- a/plugins/SendScreenshotPlus/src/Utils.h
+++ b/plugins/SendScreenshotPlus/src/Utils.h
@@ -44,8 +44,6 @@ extern HBITMAP g_hBitmap, g_hbmMask;
/////////////////////////////////////////////////////////////////////////////////////////
-int ComboBox_SelectItemData(HWND hwndCtl, LPARAM data);
-
size_t MonitorInfoEnum(MONITORINFOEX* &myMonitors, RECT &virtualScreen);
FIBITMAP* CaptureWindow(HWND hCapture, BOOL bClientArea, BOOL bIndirectCapture);