Remove some unused methods

This commit is contained in:
Julien Nabet
2012-04-09 13:00:31 +02:00
parent b3e2cbc68f
commit b42c792f50
13 changed files with 0 additions and 336 deletions

View File

@@ -120,12 +120,6 @@ public:
*/
bool InvalidatePreviewBitmap (const CacheKey aKey);
/** Call this method when a view-object-contact object is being deleted
and does not need (a) its current bitmap in the cache and (b) a
requested a new bitmap.
*/
void ReleasePreviewBitmap (const CacheKey aKey);
/** Call this method when all preview bitmaps have to be generated anew.
This is the case when the size of the page objects on the screen has
changed or when the model has changed.