application/src/PodcastSearchView.cpp
changeset 79 ba4dba32295b
parent 67 9c24c921ec35
--- 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 <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)