application/src/PodcastSearchView.cpp
changeset 93 c2f1ea38ec70
parent 92 70749e2f572d
child 100 eefed4bda2e2
--- a/application/src/PodcastSearchView.cpp	Thu Apr 29 11:55:32 2010 +0100
+++ b/application/src/PodcastSearchView.cpp	Thu May 13 13:56:05 2010 +0100
@@ -39,13 +39,13 @@
 #include <akntoolbarextension.h>
 
 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)