From a154027918d0a5f2f270615e606d463e35a80d1e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 18 Feb 2014 18:25:28 +0000 Subject: 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 --- plugins/DropBox/src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/DropBox/src/main.cpp') 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; } -- cgit v1.2.3