Kaydet (Commit) a393cf99 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "add some warnings to non-implemented features"

These warnings are too annoying. So sue me.

This reverts commit 5c60dab3.
üst 5fc85f6d
...@@ -1614,11 +1614,11 @@ void OpenGLSalGraphicsImpl::invert( ...@@ -1614,11 +1614,11 @@ void OpenGLSalGraphicsImpl::invert(
if( nFlags & SAL_INVERT_TRACKFRAME ) 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 ) else if( nFlags & SAL_INVERT_50 )
{ {
SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
} }
else // just invert else // just invert
{ {
...@@ -1635,11 +1635,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, ...@@ -1635,11 +1635,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry,
if( nFlags & SAL_INVERT_TRACKFRAME ) 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 ) else if( nFlags & SAL_INVERT_50 )
{ {
SAL_WARN("vcl.opengl", "check where this call is coming from! NOT IMPLEMENTED YET!");
} }
else // just invert else // just invert
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment