diff -r 5b238bc8ffb6 -r 01504893d9cb photosgallery/controllers/imageviewer/inc/glximageviewermanager.h --- a/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Wed Sep 15 12:13:06 2010 +0300 +++ b/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Wed Oct 13 14:32:09 2010 +0300 @@ -23,7 +23,7 @@ #include #include #include -#include + // CLASS DECLARATION class RFile; class RFile64; @@ -55,8 +55,6 @@ IMPORT_C void SetImageUriL(const TDesC& aFileName); IMPORT_C void SetImageFileHandleL(const RFile& aFileHandle); IMPORT_C void Reset(); - IMPORT_C void CreateImageDecoderL(); - IMPORT_C void CloseImageDecoder(); private: @@ -97,9 +95,6 @@ /// Flag that stores if the gif file is in a private folder. /// ETrue means the gif is from private path, else EFalse TBool iIsPrivateGif; - - /// Image Decoder, which keeps the file in use while viewing - CImageDecoder* iImageDecoder; }; #endif // GLXIMAGEVIEWERMANAGER_H