[Libreoffice-commits] core.git: vcl/source

Noel Grandin noel at peralex.com
Mon May 11 00:38:28 PDT 2015


 vcl/source/app/svapp.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 9f8d11eb2b356ae86d3be3934a3673d034a9d966
Author: Noel Grandin <noel at peralex.com>
Date:   Mon May 11 09:37:58 2015 +0200

    remove accidental code checked in
    
    Change-Id: I541d08fb32932917f8cc2c056325769e729e618a

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index decd8e7..4edae11 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();


More information about the Libreoffice-commits mailing list