[Libreoffice] [PATCH] Remove more commented unused variables

Michael Lefevre lefevre00 at yahoo.fr
Wed Feb 23 14:03:34 PST 2011


Keep cleaning the code, line by line.
---
 filter/source/flash/swfwriter.hxx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index e758a6f..35e04ab 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -197,9 +197,7 @@ public:
     void write( SvStream& out );
 
     void addUI32( sal_uInt32 nValue );
-    //unused as of yet void addI32( sal_Int32 nValue );
     void addUI16( sal_uInt16 nValue );
-    //unused as of yet void addI16( sal_Int16 nValue );
     void addUI8( sal_uInt8 nValue );
     void addBits( BitStream& rIn );
 
-- 
1.7.1



More information about the LibreOffice mailing list