--- a/application/src/PodcastSearchView.cpp Fri Jul 09 23:00:03 2010 +0100
+++ b/application/src/PodcastSearchView.cpp Fri Jul 09 23:58:47 2010 +0100
@@ -36,7 +36,6 @@
#include <BAUTILS.H>
#include <pathinfo.h>
#include <f32file.h>
-#include <akntoolbarextension.h>
const TInt KMaxFeedNameLength = 100;
#define KMaxMessageLength 200
@@ -94,14 +93,7 @@
CPodcastSearchView::~CPodcastSearchView()
{
iPodcastModel.FeedEngine().RemoveObserver(this);
-
- if(iLongTapDetector)
- delete iLongTapDetector, iLongTapDetector = NULL;
-
- if(iStylusPopupMenu)
- delete iStylusPopupMenu, iStylusPopupMenu = NULL;
-
- }
+ }
TUid CPodcastSearchView::Id() const
{
@@ -248,7 +240,6 @@
CPodcastListView::HandleCommandL(aCommand);
break;
}
- UpdateToolbar();
}
void CPodcastSearchView::OpmlParsingComplete(TInt /*aError*/, TUint /*aNumFeedsImported*/)