application/src/PodcastShowsView.cpp
branchtwolistboxes
changeset 318 a231cc388498
parent 317 5afc95a6ad83
child 367 4b75876aa85a
--- a/application/src/PodcastShowsView.cpp	Sun Oct 31 13:41:59 2010 +0000
+++ b/application/src/PodcastShowsView.cpp	Sun Oct 31 13:58:44 2010 +0000
@@ -104,21 +104,13 @@
 	{
 	}
 
-void CPodcastShowsView::SizeChanged()
-	{
-	
-	}
-
-
 void CPodcastShowsView::ConstructL()
 	{
 	BaseConstructL(R_PODCAST_SHOWSVIEW);
 	CPodcastListView::ConstructL();
 	
 	CreateIconsL();
-	
-	iListContainer->Listbox()->SetListBoxObserver(this);
-	
+		
 	iPodcastModel.FeedEngine().AddObserver(this);
 	iPodcastModel.ShowEngine().AddObserver(this);
 	}