diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendDropbox.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h index adcc331921..e138eee00f 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.h +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h @@ -40,13 +40,8 @@ class CSendDropbox : public CSend { int Send(); protected: - EventHandle m_hEvent; - HANDLE m_hDropHook; - HANDLE m_hDropSend; - void SendThread(); static void SendThreadWrapper(void *Obj); - static int OnDropSend(void*, WPARAM, LPARAM); static int OnDropAck(void*, WPARAM, LPARAM); }; |