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>2014-12-16 20:37:15 +0000
committerStijn Buys <ingar@osirion.org>2014-12-16 20:37:15 +0000
commitbebb67e03d378a084367cc05c3d9bbb76f1d8e73 (patch)
treecd79f728276a9e5805ce29163f055c5103e3577e /src/client/hud.h
parenta18281d42e8b4e9b3cf9d987ff980bcfc14344ad (diff)
Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.
Diffstat (limited to 'src/client/hud.h')
-rw-r--r--src/client/hud.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/hud.h b/src/client/hud.h
index 07cd166..f241408 100644
--- a/src/client/hud.h
+++ b/src/client/hud.h
@@ -44,7 +44,6 @@ private:
void draw_target(core::Entity *entity, bool is_active_target);
ui::Bitmap *hud_center;
- ui::Toolbar *hud_toolbar;
ui::Widget *hud_playerstatus;
ui::Widget *hud_enginestatus;