mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CMenuItem: remove redundant member for background paint
It seems this method came with more functionality in past, but it's currently not required in that Form.
This commit is contained in:
@@ -162,8 +162,6 @@ class CMenuItem
|
||||
|
||||
virtual void paintItemButton(const bool select_mode, const int &item_height, const std::string& icon_Name = NEUTRINO_ICON_BUTTON_RIGHT);
|
||||
|
||||
virtual void paintItemBackground (const bool select_mode, const int &item_height);
|
||||
|
||||
virtual void prepareItem(const bool select_mode, const int &item_height);
|
||||
|
||||
virtual void setItemButton(const std::string& icon_Name, const bool is_select_button = false);
|
||||
|
Reference in New Issue
Block a user