mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
GUI: Remove unused member
This commit is contained in:
parent
5038b4101e
commit
dc66c05a40
@ -156,7 +156,6 @@ void LauncherDialog::build() {
|
||||
DropdownButtonWidget *addButton =
|
||||
new DropdownButtonWidget(this, "Launcher.AddGameButton", _("~A~dd Game..."), _("Add games to the list"), kAddGameCmd);
|
||||
addButton->appendEntry(_("Mass Add..."), kMassAddGameCmd);
|
||||
_addButton = addButton;
|
||||
|
||||
_editButton =
|
||||
new ButtonWidget(this, "Launcher.EditGameButton", _("~E~dit Game..."), _("Change game options"), kEditGameCmd);
|
||||
@ -166,7 +165,6 @@ void LauncherDialog::build() {
|
||||
DropdownButtonWidget *addButton =
|
||||
new DropdownButtonWidget(this, "Launcher.AddGameButton", _c("~A~dd Game...", "lowres"), _("Add games to the list"), kAddGameCmd);
|
||||
addButton->appendEntry(_c("Mass Add...", "lowres"), kMassAddGameCmd);
|
||||
_addButton = addButton;
|
||||
|
||||
_editButton =
|
||||
new ButtonWidget(this, "Launcher.EditGameButton", _c("~E~dit Game...", "lowres"), _("Change game options"), kEditGameCmd);
|
||||
|
@ -59,7 +59,6 @@ public:
|
||||
protected:
|
||||
EditTextWidget *_searchWidget;
|
||||
ListWidget *_list;
|
||||
ButtonWidget *_addButton;
|
||||
Widget *_startButton;
|
||||
ButtonWidget *_loadButton;
|
||||
Widget *_editButton;
|
||||
|
Loading…
x
Reference in New Issue
Block a user