diff --git a/pcsx2/gui/MainFrame.h b/pcsx2/gui/MainFrame.h index 71d75da5a2..b8417d1d1a 100644 --- a/pcsx2/gui/MainFrame.h +++ b/pcsx2/gui/MainFrame.h @@ -47,22 +47,12 @@ protected: // A list of menu items belonging to this plugin's menu. MenuItemAddonList m_PluginMenuItems; - // Base index for inserting items, usually points to the position - // after the heading entry and separator. - int m_InsertIndexBase; - - // Current index for inserting menu items; increments with each item - // added by a plugin. - int m_InsertIndexCur; - public: PluginsEnum_t PluginId; - wxMenu& MyMenu; + wxMenu& MyMenu; public: - PerPluginMenuInfo() : MyMenu( *new wxMenu() ) - { - } + PerPluginMenuInfo() : MyMenu(*new wxMenu()), PluginId (PluginId_Count) {} virtual ~PerPluginMenuInfo() throw(); @@ -226,4 +216,4 @@ protected: friend class Pcsx2App; }; -extern int GetPluginMenuId_Settings( PluginsEnum_t pid ); \ No newline at end of file +extern int GetPluginMenuId_Settings( PluginsEnum_t pid );