diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
commit | 6f7054d8f6c14e032a45a42555d4ab097fc82863 (patch) | |
tree | 1cc7d5ae2c4b77743982fa55578612ce27ce150e /plugins/Dropbox/src/dropbox.cpp | |
parent | ac73a9c3d9b5f72f4ee7c0d635daf47db3ef1d50 (diff) |
- STL removed;
- code optimization and restructuring;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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;
}
|