summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r--plugins/Dropbox/src/dropbox.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h
index ab4d72697c..c3e55057f7 100644
--- a/plugins/Dropbox/src/dropbox.h
+++ b/plugins/Dropbox/src/dropbox.h
@@ -23,7 +23,7 @@ enum
CMI_MAX // this item shall be the last one
};
-class CDropbox
+class CDropbox : public MZeroedObject
{
struct CommandParam
{
@@ -110,10 +110,6 @@ private:
// contacts
MCONTACT GetDefaultContact();
- // icons
- void InitializeIcons();
- static HICON LoadIconEx(const char *name, bool big);
-
// menus
void InitializeMenus();
static void Menu_DisableItem(HGENMENU hMenuItem, BOOL bDisable);