summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-11 09:37:58 +0200
committerNoel Grandin <noel@peralex.com>2015-05-11 09:37:58 +0200
commit9f8d11eb2b356ae86d3be3934a3673d034a9d966 (patch)
tree2ae5a22d76f9de2fab730b4a4f47ec75886bd098 /vcl/source/app/svapp.cxx
parente12e0087e25c0aebc1a19ade7bf5a554c44e3cd0 (diff)
remove accidental code checked in
Change-Id: I541d08fb32932917f8cc2c056325769e729e618a
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index decd8e7d7302..4edae11f6abe 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1006,11 +1006,6 @@ OutputDevice* Application::GetDefaultDevice()
return ImplGetDefaultWindow();
}
-vcl::RenderContext* Application::GetDefaultRenderContext()
-{
- return ImplGetDefaultWindow();
-}
-
vcl::Window* Application::GetFirstTopLevelWindow()
{
ImplSVData* pSVData = ImplGetSVData();