summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-08-28 14:24:23 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-08-28 14:24:23 +0000
commitab4ac1ba8910c3974b4cfb2af3434e5263cdc8bd (patch)
treef4086801f255d43339757578e5edc421e85147c3 /plugins/ExternalAPI
parent0702373629c3f8d96ce0b7e744d3a262ca1f6bb3 (diff)
SendScreenshot:
- Fixed FTPFile support git-svn-id: http://svn.miranda-ng.org/main/trunk@17215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_ftpfile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ExternalAPI/m_ftpfile.h b/plugins/ExternalAPI/m_ftpfile.h
index a51e1cd037..691cd5f384 100644
--- a/plugins/ExternalAPI/m_ftpfile.h
+++ b/plugins/ExternalAPI/m_ftpfile.h
@@ -110,10 +110,4 @@ __inline static INT_PTR FTPFileShowManager()
return CallService(MS_FTPFILE_SHOWMANAGER, 0, 0);
}
-//
-// OBSOLOTE SERVICE (used by Send Screenshot plugin)
-// Do NOT use it!
-//
-#define MS_FTPFILE_SHAREFILE "FTPFile/ShareFiles"
-
#endif \ No newline at end of file