diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-06-07 07:14:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-06-07 07:14:39 +0200 |
commit | baf7b38e387b857c46dbe3d01cde166a7381bf63 (patch) | |
tree | a3b5241e94734c7e4a05f21cc5ea9b3357eb5c9c /vcl/source/window | |
parent | 9ea3e3a2fbe9c200a2b7fe11e48765d1d8389eb3 (diff) |
fix Werror
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/openglwin.cxx | 1 |
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 |