aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-30 14:39:26 +0000
committerFilippos Karapetis2009-10-30 14:39:26 +0000
commit57266a7cbaf46d83632be6eef32078c070cae12f (patch)
tree880bcc2513ea761d312349ecf1bdb0e78ef53a88 /engines/sci/console.h
parent3ec76350ec48f41850c9e65815427f5e334e0f66 (diff)
downloadscummvm-rg350-57266a7cbaf46d83632be6eef32078c070cae12f.tar.gz
scummvm-rg350-57266a7cbaf46d83632be6eef32078c070cae12f.tar.bz2
scummvm-rg350-57266a7cbaf46d83632be6eef32078c070cae12f.zip
- Removed status_bar_foreground and status_bar_background variables from the engine state
- Implemented clearMenuBar() in the new graphics code - Removed the "status_bar" command, which was used to set custom colors for the status bar svn-id: r45538
Diffstat (limited to 'engines/sci/console.h')
-rw-r--r--engines/sci/console.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/console.h b/engines/sci/console.h
index 63feb3bef6..6aa1027fa2 100644
--- a/engines/sci/console.h
+++ b/engines/sci/console.h
@@ -102,7 +102,6 @@ private:
bool cmdFlushPorts(int argc, const char **argv);
bool cmdDynamicViews(int argc, const char **argv);
bool cmdDroppedViews(int argc, const char **argv);
- bool cmdStatusBarColors(int argc, const char **argv);
bool cmdPrintWidget(int argc, const char **argv);
// Segments
bool cmdPrintSegmentTable(int argc, const char **argv);