remove unused methods from sd::slidesorter

This commit is contained in:
Felix Zhang
2011-10-21 17:51:50 +08:00
committed by Jan Holesovsky
parent cbfaa4dd71
commit 48e2a853b9
43 changed files with 0 additions and 1149 deletions

View File

@@ -74,7 +74,6 @@ public:
Bitmap GetMarkedPreview (void) const { return maMarkedPreview; }
inline void SetMarkedPreview (const Bitmap& rMarkePreview);
bool HasMarkedPreview (void) const;
bool HasReplacement (void) const { return (mpReplacement.get() != NULL); }
inline bool HasLosslessReplacement (void) const;
@@ -685,14 +684,6 @@ inline void BitmapCache::CacheEntry::SetMarkedPreview (const Bitmap& rMarkedPrev
bool BitmapCache::CacheEntry::HasMarkedPreview (void) const
{
return ! maMarkedPreview.IsEmpty();
}
inline bool BitmapCache::CacheEntry::HasLosslessReplacement (void) const
{
return mpReplacement.get()!=NULL