Remove commit_drop from status and loot UI since DropTarget already does that.
This commit is contained in:
parent
343f3a246f
commit
7a551cf83a
5 changed files with 6 additions and 20 deletions
|
@ -30,7 +30,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 id);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue