Remove invalid ExportSpriteSheet definition from gui.xml

This commit is contained in:
David Capello 2024-09-16 10:37:36 -03:00
parent 04c45f4329
commit 55e1b320c4
2 changed files with 1 additions and 7 deletions

View File

@ -478,9 +478,6 @@
<key command="NewSpriteFromSelection" shortcut="Ctrl+Alt+N" mac="Cmd+Alt+N" />
<!-- Commands not associated to menu items and without shortcuts by default -->
<key command="ExportSpriteSheet">
<param name="source" value="tileset" />
</key>
<key command="NewLayer">
<param name="tilemap" value="true" />
</key>
@ -1099,7 +1096,7 @@
</item>
<item command="NewFrame" text="@main_menu.frame_new_frame" />
</menu>
<menu id="tab_popup_menu">
<item command="CloseFile" text="@.close" group="tab_close" />
</menu>

View File

@ -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