summaryrefslogtreecommitdiff
path: root/include/vcl/vclenum.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-05 12:15:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-05 14:47:07 +0000
commit287bc1c66e44f6ec384987d14e8b49790d8f3261 (patch)
tree7e85029e28a3cb201c9b4071fb458ae249ad8539 /include/vcl/vclenum.hxx
parentebd684486903021f3bd1434474876667d4430c97 (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 'include/vcl/vclenum.hxx')
-rw-r--r--include/vcl/vclenum.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx
index 3404d79c3bb8..28a68883750e 100644
--- a/include/vcl/vclenum.hxx
+++ b/include/vcl/vclenum.hxx
@@ -81,7 +81,7 @@ enum FontHintStyle { HINT_NONE, HINT_SLIGHT, HINT_MEDIUM, HINT_FULL };
typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl
-enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DClip, OutDevSupport_B2DDraw };
+enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DDraw };
struct ItalicMatrix
{