Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-01-06 15:28:09 +0000
committerStijn Buys <ingar@osirion.org>2013-01-06 15:28:09 +0000
commit8a238b236ed89b31e21d6da7d1952eea6a29508e (patch)
tree73276136246f37d1b0e938e8edc2189e470b92fc /src/client/inventorywindow.h
parentcafb6d40174459819b33ffc5e3d5e96762375619 (diff)
Replaced the mount button with an in-place mount indicator,
show mounted items at the top of the weapons list.
Diffstat (limited to 'src/client/inventorywindow.h')
-rw-r--r--src/client/inventorywindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/inventorywindow.h b/src/client/inventorywindow.h
index 239ff11..95c0a51 100644
--- a/src/client/inventorywindow.h
+++ b/src/client/inventorywindow.h
@@ -57,7 +57,7 @@ private:
void act_eject();
- void act_mount();
+// void act_mount();
void show_item_info(const ui::ListItem *listitem);
@@ -85,7 +85,7 @@ private:
ui::ScrollPane *inventorywindow_scrollpane;
ui::IconButton *inventorywindow_shipbutton;
- ui::IconButton *inventorywindow_mountbutton;
+// ui::IconButton *inventorywindow_mountbutton;
ui::IconButton *inventorywindow_ejectbutton;
ui::Button *inventorywindow_ejectconfirmbutton;