summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainNoGUI.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-08-19 10:17:33 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-08-19 10:37:47 -0400
commit6dbafa92389f52c6bd0140b4525b563fe74af0f2 (patch)
treee0295285c726188fb94592c7638c38dda53516a9 /Source/Core/DolphinWX/MainNoGUI.cpp
parent3bad4bcfdb17d1dacb8900f0d13294da21d82fde (diff)
Core: Move the titlebar / statusbar abstraction to DolphinWX
The concept of a "title bar" / "status bar" shouldn't be a core concept, so remove the Host_UpdateStatusBar function, and move the code handles whether to update the status bar or titlebar into DolphinWX.
Diffstat (limited to 'Source/Core/DolphinWX/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinWX/MainNoGUI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/MainNoGUI.cpp b/Source/Core/DolphinWX/MainNoGUI.cpp
index cca5d6ffb8..da55da9fbe 100644
--- a/Source/Core/DolphinWX/MainNoGUI.cpp
+++ b/Source/Core/DolphinWX/MainNoGUI.cpp
@@ -102,8 +102,6 @@ bool Host_RendererHasFocus()
void Host_ConnectWiimote(int wm_idx, bool connect) {}
-void Host_UpdateStatusBar(const std::string& text, int filed){}
-
void Host_SysMessage(const char *fmt, ...)
{
va_list list;