diff -r 9569ea080d5a -r 87cb33beeae2 engine/inc/FeedInfo.h --- a/engine/inc/FeedInfo.h Thu Mar 11 20:53:00 2010 +0100 +++ b/engine/inc/FeedInfo.h Wed Mar 31 08:19:35 2010 +0200 @@ -71,8 +71,8 @@ IMPORT_C CFbsBitmap* FeedIcon() const; IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone); - IMPORT_C TInt FeedIconIndex() const; - IMPORT_C void SetFeedIconIndex(TInt aIndex); + // IMPORT_C TInt FeedIconIndex() const; +// IMPORT_C void SetFeedIconIndex(TInt aIndex); private: CFeedInfo(); void ConstructL(); @@ -90,7 +90,6 @@ TBool iCustomTitle; TInt iLastError; CFbsBitmap* iFeedIcon; - TInt iFeedIconIndex; }; typedef RPointerArray RFeedInfoArray;