diff -r 6e40b14bb2cd -r ba4dba32295b application/src/PodcastSearchView.cpp --- a/application/src/PodcastSearchView.cpp Sat May 01 21:58:19 2010 +0100 +++ b/application/src/PodcastSearchView.cpp Sun May 02 13:14:23 2010 +0100 @@ -39,13 +39,13 @@ #include const TInt KMaxFeedNameLength = 100; -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(KUnknownUpdateDateString, "?/?"); +//_LIT(KUnknownUpdateDateString, "?/?"); _LIT(KSearchResultFormat, "%d\t%S\t%S"); CPodcastSearchView* CPodcastSearchView::NewL(CPodcastModel& aPodcastModel)