summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:02:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:03:11 +0900
commiteb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 (patch)
treef8408dea01957f913c4cd748ad38111805244a92 /package
parent9af0eb7e998c7bbf514e324919b710a0ff601244 (diff)
nuke dead code
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/XUnbufferedStream.cxx16
1 files changed, 0 insertions, 16 deletions
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: */