[Libreoffice-commits] core.git: include/svx

Noel Grandin noelgrandin at gmail.com
Fri Jun 3 06:19:18 UTC 2016


 include/svx/lathe3d.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a6593e7fd3660b806864911c219903608c0c5b59
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Wed Jun 1 19:43:14 2016 +0200

    Drop unused enum LATHE_PART
    
    Change-Id: If06ee75ff6832199079b1f175f09e59a94fecf58
    Reviewed-on: https://gerrit.libreoffice.org/25790
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/include/svx/lathe3d.hxx b/include/svx/lathe3d.hxx
index 1899949..39c28f6 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:


More information about the Libreoffice-commits mailing list