fix Werror

This commit is contained in:
Markus Mohrhard 2014-06-07 07:14:39 +02:00
parent 9ea3e3a2fb
commit baf7b38e38

View File

@ -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