diff options
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;
}
|