[Libreoffice-commits] core.git: vcl/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Jun 6 22:17:17 PDT 2014
vcl/source/window/openglwin.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit baf7b38e387b857c46dbe3d01cde166a7381bf63
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Jun 7 07:14:39 2014 +0200
fix Werror
diff --git a/vcl/source/window/openglwin.cxx b/vcl/source/window/openglwin.cxx
index e0c2c59..28414ae 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
More information about the Libreoffice-commits
mailing list