summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 06:32:31 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-06-11 16:21:42 +0100
commitb3a3ab05e41a34c4a9d62639993f215dd47a2ae9 (patch)
treea6227a5407ec4efc33e404534742ed80be1377e4 /extensions/workben
parent4eeaa94ae07f45f0e9f1f05c474fa75e955d4e70 (diff)
Remove non-functional Hide/ShowStatusText
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
Diffstat (limited to 'extensions/workben')
-rw-r--r--extensions/workben/testframecontrol.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/workben/testframecontrol.cxx b/extensions/workben/testframecontrol.cxx
index a4b715be07a7..758738e4d533 100644
--- a/extensions/workben/testframecontrol.cxx
+++ b/extensions/workben/testframecontrol.cxx
@@ -200,7 +200,6 @@ class FrameControlApplication
{
public:
virtual void Main();
- virtual void ShowStatusText( const XubString& rText );
public:
FrameControlApplication() {}
@@ -308,10 +307,4 @@ void FrameControlApplication::Main()
deinit();
}
-//--------------------------------------------------------------------------------------------------
-void FrameControlApplication::ShowStatusText( const XubString& rStatus )
-{
- Application::GetAppWindow()->SetText( rStatus );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */