diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-05 12:15:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-05 14:47:07 +0000 |
commit | 287bc1c66e44f6ec384987d14e8b49790d8f3261 (patch) | |
tree | 7e85029e28a3cb201c9b4071fb458ae249ad8539 /vcl/win | |
parent | ebd684486903021f3bd1434474876667d4430c97 (diff) |
mysterious OutDevSupport_B2DClip is unused
since maybe...
commit ead04f8f0b7f51bf281ce41d8d590df0ca14af38
Author: Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>
Date: Fri Dec 3 16:21:36 2010 +0100
vcl118: #i115905# improved clip region interface on SAL layer (part 1, windows implementation)
Change-Id: Iaeb49b60f70a9f595b67c7eb307a2e90b58d7150
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/gdi/salgdi2.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/win/gdi/salgdi2.cxx b/vcl/win/gdi/salgdi2.cxx index 6f0e5d4a1eb9..a73724a855dd 100644 --- a/vcl/win/gdi/salgdi2.cxx +++ b/vcl/win/gdi/salgdi2.cxx @@ -47,9 +47,6 @@ bool WinSalGraphics::supportsOperation( OutDevSupportType eType ) const case OutDevSupport_TransparentRect: bRet = mbVirDev || mbWindow; break; - case OutDevSupport_B2DClip: - bRet = true; - break; case OutDevSupport_B2DDraw: bRet = bAllowForTest; default: break; |