Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mapwindow.cc')
-rw-r--r--src/client/mapwindow.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/mapwindow.cc b/src/client/mapwindow.cc
index 6a5a6eb..3dbb1fb 100644
--- a/src/client/mapwindow.cc
+++ b/src/client/mapwindow.cc
@@ -137,14 +137,6 @@ void MapWindow::show()
}
}
-void MapWindow::toggle()
-{
- if (visible())
- hide();
- else
- show();
-}
-
void MapWindow::resize()
{
const float padding = ui::root()->font_large()->height();