[Libreoffice-commits] .: svx/inc svx/source

Joseph Powers jpowers at kemper.freedesktop.org
Thu Jun 16 06:58:48 PDT 2011


 svx/inc/svx/float3d.hxx         |    1 -
 svx/source/engine3d/float3d.cxx |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit 420610eab24f51ffd3827b7e81a22adbc49220b4
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Thu Jun 16 06:58:44 2011 -0700

    Remove unused List pMatFavSetList

diff --git a/svx/inc/svx/float3d.hxx b/svx/inc/svx/float3d.hxx
index ec2d659..ef92c30 100644
--- a/svx/inc/svx/float3d.hxx
+++ b/svx/inc/svx/float3d.hxx
@@ -205,7 +205,6 @@ private:
     FmFormPage*			pFmPage;
     VirtualDevice*		pVDev;
     E3dView*			p3DView;
-    List*				pMatFavSetList;
 
     SfxBindings*				pBindings;
     Svx3DCtrlItem*				pControllerItem;
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index d86c0e2..3745b85 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -234,7 +234,6 @@ Svx3DWin::Svx3DWin( SfxBindings* pInBindings,
         pFmPage				( NULL ),
         pVDev	 			( NULL ),
         p3DView				( NULL ),
-        pMatFavSetList		( NULL ),
 
         pBindings			( pInBindings ),
         pControllerItem(0L),
@@ -449,7 +448,6 @@ Svx3DWin::Svx3DWin( SfxBindings* pInBindings,
 // -----------------------------------------------------------------------
 Svx3DWin::~Svx3DWin()
 {
-    //delete pMatFavSetList;
     delete p3DView;
     delete pVDev;
     delete pModel;


More information about the Libreoffice-commits mailing list