application/src/PodcastFeedView.cpp
changeset 19 9219912415dc
parent 18 cda6e6257514
child 23 cf4b850bbffb
--- a/application/src/PodcastFeedView.cpp	Sat Feb 27 14:40:44 2010 +0000
+++ b/application/src/PodcastFeedView.cpp	Sat Feb 27 15:59:19 2010 +0000
@@ -119,11 +119,6 @@
     
     iUpdater = CPodcastFeedViewUpdater::NewL(*this);
 	DP("CPodcastFeedView::ConstructL END");
-	
-	TBuf<1024> test;
-	test.Copy(_L("Yeah, we&#8217;re doing an episode. &quot;hej&quot; &copy; fl&nbsp;ong Should you get used to it?  Ummm&#8230; maybe not.  But let&#8217;s enjoy the ride while it lasts! Today we just yammer on about whatever, mostly just about what we&#8217;ve been up to.  Until next time!"));
-	
-	PodcastUtils::CleanHtmlL(test);
 	}
     
 CPodcastFeedView::~CPodcastFeedView()