summaryrefslogtreecommitdiff
path: root/include/svx/lathe3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-06-01 19:43:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-03 06:18:35 +0000
commita6593e7fd3660b806864911c219903608c0c5b59 (patch)
tree6283365f126de3ec6f702fae2dfd1927670b73ac /include/svx/lathe3d.hxx
parent5157caf48ac28829afa141dbf8302b2e574a7a12 (diff)
Drop unused enum LATHE_PART
Change-Id: If06ee75ff6832199079b1f175f09e59a94fecf58 Reviewed-on: https://gerrit.libreoffice.org/25790 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/lathe3d.hxx')
-rw-r--r--include/svx/lathe3d.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/lathe3d.hxx b/include/svx/lathe3d.hxx
index 1899949cb4a6..39c28f6b6e45 100644
--- a/include/svx/lathe3d.hxx
+++ b/include/svx/lathe3d.hxx
@@ -36,8 +36,6 @@
class SVX_DLLPUBLIC E3dLatheObj : public E3dCompoundObject
{
private:
- // Part codes for Wireframe generation: standard oder cover surface
- enum { LATHE_PART_STD = 1, LATHE_PART_COVER = 2 };
basegfx::B2DPolyPolygon maPolyPoly2D;
protected: