summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
index f0d23099ddad..1229588cc911 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
@@ -165,18 +165,10 @@ void BitmapCache::Clear (void)
-bool BitmapCache::IsFull (void) const
-{
- return mbIsFull;
-}
-sal_Int32 BitmapCache::GetSize (void)
-{
- return mnNormalCacheSize;
-}