removed some redundant code

This commit is contained in:
MihailRis
2024-04-29 02:58:35 +03:00
parent 63768ccd6d
commit 1401eca712
5 changed files with 31 additions and 56 deletions
-4
View File
@@ -362,10 +362,6 @@ glm::vec2 InventoryView::getOrigin() const {
return origin;
}
void InventoryView::setInventory(std::shared_ptr<Inventory> inventory) {
this->inventory = inventory;
}
#include "../coders/xml.h"
#include "../graphics/ui/gui_xml.hpp"