From 55e1b320c479353341fda404cd1cdcb49c44c3f1 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 16 Sep 2024 10:37:36 -0300 Subject: [PATCH] Remove invalid ExportSpriteSheet definition from gui.xml --- data/gui.xml | 5 +---- src/app/commands/cmd_export_sprite_sheet.h | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) 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