From 19a7e82de5decb45caf07acc0d1161b1f05cb15b Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 14 Sep 2013 07:28:19 +0200 Subject: Get rid of FrameCache --- smglobals.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index 72604ab..ac80c87 100644 --- a/smglobals.h +++ b/smglobals.h @@ -16,7 +16,6 @@ class QAbstractItemModel; class PictureViewer2; class QPixmap; class SeriesTreeWidget; -class FrameCache; class ArchiveController; class SmGlobals : public QObject { @@ -26,7 +25,6 @@ class SmGlobals : public QObject { static SmGlobals *instance(); QAbstractItemModel *model(const QString &which); PictureViewer2 *pictureViewer(); - FrameCache *frameCache(); void setArchiveController(ArchiveController *c) { mArchiveController = c; } ArchiveController *archiveController() { return mArchiveController; } QSize cursorSize(); @@ -44,8 +42,7 @@ class SmGlobals : public QObject { QHash mModels; PictureViewer2 *mPictureViewer; SeriesTreeWidget *mSeriesTreeWidget; - FrameCache *mFrameCache; - QSize mCursorSize; + QSize mCursorSize; QHash mIcons; qint64 mDvdSize; ArchiveController *mArchiveController; -- cgit v1.2.3-70-g09d2