From baf7b38e387b857c46dbe3d01cde166a7381bf63 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 7 Jun 2014 07:14:39 +0200 Subject: [PATCH] fix Werror --- vcl/source/window/openglwin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/vcl/source/window/openglwin.cxx b/vcl/source/window/openglwin.cxx index e0c2c59811e1..28414aefc7c0 100644 --- a/vcl/source/window/openglwin.cxx +++ b/vcl/source/window/openglwin.cxx @@ -71,7 +71,6 @@ void OpenGLWindow::MouseButtonUp( const MouseEvent& rMEvt ) Point aPoint = rMEvt.GetPosPixel(); if(aPoint == maStartPoint) { - Color aColor = GetPixel(aPoint); mpRenderer->clickedAt(aPoint, rMEvt.GetButtons()); } else