diff -r 70749e2f572d -r c2f1ea38ec70 application/src/PodcastFeedView.cpp --- a/application/src/PodcastFeedView.cpp Thu Apr 29 11:55:32 2010 +0100 +++ b/application/src/PodcastFeedView.cpp Thu May 13 13:56:05 2010 +0100 @@ -37,11 +37,11 @@ const TInt KMaxFeedNameLength = 100; const TInt KMaxUnplayedFeedsLength =64; const TInt KADayInHours = 24; -const TInt KDefaultGran = 5; -const TInt KNumberOfFilesMaxLength = 4; +//const TInt KDefaultGran = 5; +//const TInt KNumberOfFilesMaxLength = 4; #define KMaxMessageLength 200 #define KMaxTitleLength 100 -const TInt KMimeBufLength = 100; +//const TInt KMimeBufLength = 100; _LIT(KFeedFormat, "%d\t%S\t%S%S"); enum @@ -203,9 +203,7 @@ switch(aEventType) { -#ifndef SYMBIAN1_UI case EEventItemClicked: -#endif case EEventEnterKeyPressed: case EEventItemDoubleClicked: case EEventItemActioned: