diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:03:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:34:59 +0300 |
commit | b96e6eeba6e1511568c8291bd8cb6a6d3706635c (patch) | |
tree | d021843c88d856f86f018547c30f1181290ffcbe /src/gui/windows/inventorywindow.h | |
parent | 60859a71dd9794b0216cc7a60146d417e06dbbad (diff) | |
download | plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.gz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.bz2 plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.xz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.zip |
Remove define EATHENA_SUPPORT from all code.
Now eathena like support enabled always.
Diffstat (limited to 'src/gui/windows/inventorywindow.h')
-rw-r--r-- | src/gui/windows/inventorywindow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/windows/inventorywindow.h b/src/gui/windows/inventorywindow.h index e19b219f8..90cf64ee0 100644 --- a/src/gui/windows/inventorywindow.h +++ b/src/gui/windows/inventorywindow.h @@ -46,9 +46,7 @@ class TextField; extern InventoryWindow *inventoryWindow; extern InventoryWindow *storageWindow; -#ifdef EATHENA_SUPPORT extern InventoryWindow *cartWindow; -#endif // EATHENA_SUPPORT /** * Inventory dialog. @@ -156,12 +154,10 @@ class InventoryWindow final : public Window, const int oldVal, const int newVal) override final; -#ifdef EATHENA_SUPPORT void combineItems(const int index1, const int index2); void moveItemToCraft(const int craftSlot); -#endif static bool isAnyInputFocused(); |