Remove commit_drop from status and loot UI since DropTarget already does that.

This commit is contained in:
Zed A. Shaw 2025-06-09 22:57:49 -04:00
parent 343f3a246f
commit 7a551cf83a
5 changed files with 6 additions and 20 deletions

View file

@ -32,7 +32,6 @@ namespace gui {
guecs::DropTarget& get_drop_target(DinkyECS::Entity gui_id);
void begin_drop(DinkyECS::Entity world_entity);
bool commit_drop(DinkyECS::Entity gui_id);
bool place_slot(DinkyECS::Entity gui_id);
};
}