diff options
Diffstat (limited to 'views/controls')
-rw-r--r-- | views/controls/menu/simple_menu_model.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/controls/menu/simple_menu_model.h b/views/controls/menu/simple_menu_model.h index 4671f3e..2be2cbc 100644 --- a/views/controls/menu/simple_menu_model.h +++ b/views/controls/menu/simple_menu_model.h @@ -44,9 +44,6 @@ class SimpleMenuModel : public Menu2Model { // Performs the action associated with the specified command id. virtual void ExecuteCommand(int command_id) = 0; - - protected: - ~Delegate() {} }; // The Delegate can be NULL, though if it is items can't be checked or |