summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-05-13 15:21:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-05-13 15:21:50 +0000
commitac60e6cd374568da60bf732a8018f94d48ee9dd7 (patch)
treee85ce8fe96226a39f3d1432f29c769cd5926047c /plugins/Dropbox/src/dropbox.h
parent71846c4e387e27164ffde6b2e8a188b3bc21b2eb (diff)
Dropbox:
- fixed commands sending - removed status changing git-svn-id: http://svn.miranda-ng.org/main/trunk@13571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r--plugins/Dropbox/src/dropbox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h
index 8c46fcc55b..f05df5e6d1 100644
--- a/plugins/Dropbox/src/dropbox.h
+++ b/plugins/Dropbox/src/dropbox.h
@@ -70,8 +70,7 @@ private:
static INT_PTR ProtoGetCaps(WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoGetName(WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoLoadIcon(WPARAM wParam, LPARAM lParam);
- static INT_PTR ProtoGetStatus(WPARAM wParam, LPARAM lParam);
- static INT_PTR ProtoSetStatus(void *obj, WPARAM wParam, LPARAM lParam);
+ static INT_PTR ProtoGetStatus(void *obj, WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoSendFile(void *obj, WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoCancelFile(void *obj, WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoSendMessage(void *obj, WPARAM wParam, LPARAM lParam);