diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-05 06:26:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-07 04:48:16 +0200 |
commit | af8ebb607c5c4a37d549cf8a49be02fe7830c55a (patch) | |
tree | 978c23c7b9f0803e6424a7a115f5f45fa2b59716 /vcl/source/window | |
parent | 4d12fecb5b3891a316d405a9e61280465172a319 (diff) |
remove debug output
Change-Id: I7c56adf0cd91f6474145708d91988c974e1ea854
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 f7b3cf3b584d..e0c2c59811e1 100644 --- a/vcl/source/window/openglwin.cxx +++ b/vcl/source/window/openglwin.cxx @@ -72,7 +72,6 @@ void OpenGLWindow::MouseButtonUp( const MouseEvent& rMEvt ) if(aPoint == maStartPoint) { Color aColor = GetPixel(aPoint); - SAL_WARN("vcl.opengl", aColor.GetColor()); mpRenderer->clickedAt(aPoint, rMEvt.GetButtons()); } else |