diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-05 16:24:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-05 16:24:30 +0000 |
commit | 4069f747578966ef1e0057566b51f74377688ffa (patch) | |
tree | 9263ee2e75d3a57a3b8f105b0ba06bc972f9ddf2 /plugins/SendScreenshotPlus/src/CSendDropbox.h | |
parent | abcb6e772b670f0ac54dab0314a2c64217642de8 (diff) |
SendSS: fix for sync dropbox service
git-svn-id: http://svn.miranda-ng.org/main/trunk@16430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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); }; |