[Libreoffice] [PUSHED] [PATCH] Remove more commented unused variables
Thomas Arnhold
thomas at arnhold.org
Thu Feb 24 11:03:33 PST 2011
Pushed this. Thanks!
Thomas
On 02/23/2011 11:03 PM, Michael Lefevre wrote:
> 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 );
>
More information about the LibreOffice
mailing list