diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index aa83b795ea..1910731f18 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -29,7 +29,6 @@ private: HANDLE hNetlibConnection;
ULONG hMessageProcess;
- HANDLE hFileSentEventHook;
HANDLE hUploadedEventHook;
MCONTACT hDefaultContact;
@@ -60,8 +59,6 @@ private: INT_PTR ProtoSendFileInterceptor(WPARAM wParam, LPARAM lParam);
- INT_PTR SendFileToDropbox(WPARAM wParam, LPARAM lParam);
-
INT_PTR UploadToDropbox(WPARAM wParam, LPARAM lParam);
INT_PTR UploadToDropboxAsync(WPARAM wParam, LPARAM lParam);
@@ -95,9 +92,6 @@ private: static UINT UploadToDropbox(void *owner, void *arg);
- static UINT SendFilesAndEventAsync(void *owner, void *arg);
- static UINT SendFilesAndReportAsync(void *owner, void *arg);
-
static UINT UploadAndRaiseEvent(void *owner, void *arg);
static UINT UploadAndReportProgress(void *owner, void *arg);
|