summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-09 08:58:38 +0000
commitda23c8c5a188324455c8f417293c10d85f65cb63 (patch)
treed7a4b8cb0af705de6650e20e00ba3da04d84b27f /ScreenManager.c
parent12f4f09e6ed288bdedc86e4ef22f3cc34f0e787a (diff)
Clean up headers by using 'static' whenever possible.
Reduces resulting code size.
Diffstat (limited to 'ScreenManager.c')
-rw-r--r--ScreenManager.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ScreenManager.c b/ScreenManager.c
index 8e88e28d..fcf8dbe9 100644
--- a/ScreenManager.c
+++ b/ScreenManager.c
@@ -98,12 +98,6 @@ Panel* ScreenManager_remove(ScreenManager* this, int index) {
return panel;
}
-void ScreenManager_setFunctionBar(ScreenManager* this, FunctionBar* fuBar) {
- if (this->owner && this->fuBar)
- FunctionBar_delete((Object*)this->fuBar);
- this->fuBar = fuBar;
-}
-
void ScreenManager_resize(ScreenManager* this, int x1, int y1, int x2, int y2) {
this->x1 = x1;
this->y1 = y1;

© 2014-2024 Faster IT GmbH | imprint | privacy policy