summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r--include/vcl/bitmap.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index d3035bf253f0..13f3df17dcc7 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -71,17 +71,6 @@ namespace o3tl
template<> struct typed_flags<BmpDitherFlags> : is_typed_flags<BmpDitherFlags, 0x07> {};
}
-enum class BmpVectorizeFlags
-{
- Inner = 0x0001,
- Outer = 0x0002,
- ReduceEdges = 0x0004,
-};
-namespace o3tl
-{
- template<> struct typed_flags<BmpVectorizeFlags> : is_typed_flags<BmpVectorizeFlags, 0x07> {};
-}
-
#define BMP_COL_TRANS Color( 252, 3, 251 )
enum BmpConversion