From eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 7 Jun 2012 23:02:48 +0900 Subject: nuke dead code Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b --- package/source/zipapi/XUnbufferedStream.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'package') diff --git a/package/source/zipapi/XUnbufferedStream.cxx b/package/source/zipapi/XUnbufferedStream.cxx index 3acc4dd3112a..faa3e0f943c8 100644 --- a/package/source/zipapi/XUnbufferedStream.cxx +++ b/package/source/zipapi/XUnbufferedStream.cxx @@ -357,21 +357,5 @@ void SAL_CALL XUnbufferedStream::closeInput( ) throw( NotConnectedException, IOException, RuntimeException) { } -/* -void SAL_CALL XUnbufferedStream::seek( sal_Int64 location ) - throw( IllegalArgumentException, IOException, RuntimeException) -{ -} -sal_Int64 SAL_CALL XUnbufferedStream::getPosition( ) - throw(IOException, RuntimeException) -{ - return mnMyCurrent; -} -sal_Int64 SAL_CALL XUnbufferedStream::getLength( ) - throw(IOException, RuntimeException) -{ - return mnZipSize; -} -*/ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit