summaryrefslogtreecommitdiff
path: root/plugins/DropBox/src/main.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-02-18 18:25:28 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-02-18 18:25:28 +0000
commita154027918d0a5f2f270615e606d463e35a80d1e (patch)
tree54f7bbe311633b63c42e99568fa7f9a28936d478 /plugins/DropBox/src/main.cpp
parentcdbdcef6d92500b3b156ea6e304440e82621aa00 (diff)
added file transfer visualisation
added message with file download link cleaned project and code git-svn-id: http://svn.miranda-ng.org/main/trunk@8164 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DropBox/src/main.cpp')
-rw-r--r--plugins/DropBox/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DropBox/src/main.cpp b/plugins/DropBox/src/main.cpp
index a4e97b0a24..79a826f042 100644
--- a/plugins/DropBox/src/main.cpp
+++ b/plugins/DropBox/src/main.cpp
@@ -52,7 +52,6 @@ extern "C" int __declspec(dllexport) Load(void)
CreateProtoServiceFunction(MODULE, PSS_FILE, DropBoxSendFile);
CreateProtoServiceFunction(MODULE, PSS_MESSAGE, DropBoxSendMessage);
- CreateProtoServiceFunction(MODULE, PSR_MESSAGE, DropBoxReceiveMessage);
return 0;
}