diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-09 13:16:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-09 13:17:49 +0300 |
commit | a393cf99ae948a8144c8f0cee3a26bd432825052 (patch) | |
tree | 1b1195ffddf714ea7ababb0933cb5dd8ce198a1e /vcl/opengl | |
parent | 5fc85f6da173fdd7c44c353de3b60d8eea4b75ae (diff) |
Revert "add some warnings to non-implemented features"
These warnings are too annoying. So sue me.
This reverts commit 5c60dab390d66a4d5abeaf548efecf3913b90839.
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 21208b372a14..2b1101020203 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -1614,11 +1614,11 @@ void OpenGLSalGraphicsImpl::invert( if( nFlags & SAL_INVERT_TRACKFRAME ) { - SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!"); + } else if( nFlags & SAL_INVERT_50 ) { - SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!"); + } else // just invert { @@ -1635,11 +1635,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, if( nFlags & SAL_INVERT_TRACKFRAME ) { - SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!"); + } else if( nFlags & SAL_INVERT_50 ) { - SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!"); + } else // just invert { |