From 6f7054d8f6c14e032a45a42555d4ab097fc82863 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 May 2015 16:39:06 +0000 Subject: - STL removed; - code optimization and restructuring; - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Dropbox/src/dropbox.cpp') diff --git a/plugins/Dropbox/src/dropbox.cpp b/plugins/Dropbox/src/dropbox.cpp index 98e37451f7..b75d5a877d 100644 --- a/plugins/Dropbox/src/dropbox.cpp +++ b/plugins/Dropbox/src/dropbox.cpp @@ -27,11 +27,6 @@ CDropbox::CDropbox() InitializeIcons(); InitializeMenus(); - commands["help"] = CDropbox::CommandHelp; - commands["content"] = CDropbox::CommandContent; - commands["share"] = CDropbox::CommandShare; - commands["delete"] = CDropbox::CommandDelete; - hFileProcess = hMessageProcess = 1; hDefaultContact = hTransferContact = 0; } -- cgit v1.2.3