From 4069f747578966ef1e0057566b51f74377688ffa Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 5 Mar 2016 16:24:30 +0000 Subject: SendSS: fix for sync dropbox service git-svn-id: http://svn.miranda-ng.org/main/trunk@16430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/CSendDropbox.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h') 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); }; -- cgit v1.2.3