gui/widget/menue.cpp: fix menu_left_exit option;

remove can_arrow member - isMenueOptionChooser() is enough
This commit is contained in:
[CST] Focus
2012-07-16 14:33:22 +04:00
parent 96cb49b4fe
commit e02258276e
2 changed files with 8 additions and 16 deletions

View File

@@ -93,7 +93,6 @@ class CMenuItem
bool active;
neutrino_msg_t directKey;
neutrino_msg_t msg;
bool can_arrow;
std::string iconName;
std::string selected_iconName;
std::string iconName_Info_right;