diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 12:40:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-07 12:40:21 +0200 |
commit | 8144550c120fc013161d19f2a2aa98e879504bcf (patch) | |
tree | 673af6f0b676560ae344dbdcfb7ff3b03b35b87b /sot | |
parent | 8f6c55a839d790c9268c1d0686f3eaf2f23484cb (diff) |
Remove unused functions
Change-Id: Ifa8fad734c716deeed32137f09cbe88378d11faf
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgio.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |