diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 16:59:35 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 16:59:35 +0000 |
commit | 6d02559b3c3cb05cfc6a0ade5c4815dda4427834 (patch) | |
tree | 1233d2f09a0c7e25c045ccae29edb6cc88e4efc4 /plugins/Dropbox/src/dropbox.h | |
parent | 03c5cb9df33ae92ac85e045fd9c7c5b9adf294b3 (diff) |
Dropbox: removed old service
git-svn-id: http://svn.miranda-ng.org/main/trunk@16420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|