summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
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: */