summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-07 07:14:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-07 07:14:39 +0200
commitbaf7b38e387b857c46dbe3d01cde166a7381bf63 (patch)
treea3b5241e94734c7e4a05f21cc5ea9b3357eb5c9c /vcl
parent9ea3e3a2fbe9c200a2b7fe11e48765d1d8389eb3 (diff)
fix Werror
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/openglwin.cxx1
1 files changed, 0 insertions, 1 deletions
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