diff --git a/data/gui.xml b/data/gui.xml index 11fc45f67..8783285d8 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -478,9 +478,6 @@ - - - @@ -1099,7 +1096,7 @@ - + diff --git a/src/app/commands/cmd_export_sprite_sheet.h b/src/app/commands/cmd_export_sprite_sheet.h index 2e8566d55..13f3681a1 100644 --- a/src/app/commands/cmd_export_sprite_sheet.h +++ b/src/app/commands/cmd_export_sprite_sheet.h @@ -64,9 +64,6 @@ public: protected: bool onEnabled(Context* context) override; void onExecute(Context* context) override; - bool isListed(const Params& params, const KeyContext& context) const override { - return params.empty(); - } }; } // namespace app