From c4cd079b8f613084a99a83b95c3968b65cbd8900 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Sep 2016 15:08:42 +0200 Subject: loplugin:unusedmethods in sc..vcl Change-Id: I70fcf95dfd3db05b4fd6e5cee37866f673d3afa8 Reviewed-on: https://gerrit.libreoffice.org/29183 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vcl/opengl/salbmp.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/opengl/salbmp.cxx') diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx index af934019e892..fde9f199157d 100644 --- a/vcl/opengl/salbmp.cxx +++ b/vcl/opengl/salbmp.cxx @@ -737,11 +737,6 @@ void OpenGLSalBitmap::updateChecksum() const SalBitmap::updateChecksum(); } -rtl::Reference OpenGLSalBitmap::GetBitmapContext() -{ - return ImplGetDefaultWindow()->GetGraphics()->GetOpenGLContext(); -} - BitmapBuffer* OpenGLSalBitmap::AcquireBuffer( BitmapAccessMode nMode ) { OpenGLVCLContextZone aContextZone; -- cgit