summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-27 10:45:45 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-27 11:23:40 +0200
commit005ad68b15152431c691fe220b0547424f2b9d88 (patch)
treec1f648f035a2740330ec739080f3f6a087c05049 /vcl/source/app
parent8f12733297b29b65971203acbb603c6c4c02e2a4 (diff)
ApplicationProperty and PropertyHandler are unused
Change-Id: I509210429995d4b69f30814222295d12065a7a85
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svapp.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index b8d35a33a66e..9536aab985d3 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1807,17 +1807,9 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
return bRet;
}
-// MT: AppProperty, AppEvent was in oldsv.cxx, but is still needed...
+// MT: AppEvent was in oldsv.cxx, but is still needed...
// ------------------------------------------------------------------------
-TYPEINIT0(ApplicationProperty)
-
-// ------------------------------------------------------------------------
-
-void Application::Property( ApplicationProperty& /*rProp*/ )
-{
-}
-
void Application::AppEvent( const ApplicationEvent& /*rAppEvent*/ )
{
}