From 8144550c120fc013161d19f2a2aa98e879504bcf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Apr 2014 12:40:21 +0200 Subject: Remove unused functions Change-Id: Ifa8fad734c716deeed32137f09cbe88378d11faf --- sot/source/sdstor/stgio.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sot/source') diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx index dc02e4d38a19..9ce0de17b9c7 100644 --- a/sot/source/sdstor/stgio.cxx +++ b/sot/source/sdstor/stgio.cxx @@ -153,12 +153,6 @@ public: ~EasyFat() { delete[] pFat; delete[] pFree; } sal_Int32 GetPageSize() { return nPageSize; } - sal_Int32 Count() { return nPages; } - sal_Int32 operator[]( sal_Int32 nOffset ) - { - OSL_ENSURE( nOffset >= 0 && nOffset < nPages, "Unexpected offset!" ); - return nOffset >= 0 && nOffset < nPages ? pFat[ nOffset ] : -2; - } sal_uLong Mark( sal_Int32 nPage, sal_Int32 nCount, sal_Int32 nExpect ); bool HasUnrefChains(); -- cgit