engine/inc/FeedInfo.h
changeset 58 87cb33beeae2
parent 32 26a3f2dfba08
child 60 bbf5c5204844
--- 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<CFeedInfo> RFeedInfoArray;