summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-24 13:42:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-25 08:29:23 +0200
commitbe9f45ad69a510185971957e7643fd64b873e98d (patch)
tree5b7bf5962be52193f64d20ece92b2f433d2ee797 /filter
parent834770170248695a4994f879fe627f6d044b2db8 (diff)
loplugin:unusedenumconstants
Change-Id: If2473097c1c8e66e09238061da9d186d4c8e3d9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92871 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/idxf/dxf2mtf.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/idxf/dxf2mtf.hxx b/filter/source/graphicfilter/idxf/dxf2mtf.hxx
index 31ef84498056..de10b865f7f3 100644
--- a/filter/source/graphicfilter/idxf/dxf2mtf.hxx
+++ b/filter/source/graphicfilter/idxf/dxf2mtf.hxx
@@ -26,8 +26,6 @@
#include <vcl/vclptr.hxx>
#include <vcl/virdev.hxx>
-enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT };
-
class DXF2GDIMetaFile {
private: