application/src/PodcastQueueView.cpp
changeset 4 be243543a361
parent 2 29cda98b007e
child 8 aab3aa4acdd6
--- a/application/src/PodcastQueueView.cpp	Thu Feb 25 15:23:53 2010 +0000
+++ b/application/src/PodcastQueueView.cpp	Thu Feb 25 16:02:42 2010 +0000
@@ -575,18 +575,6 @@
 	toolbar->HideItem(EPodcastResumeDownloads,!iPodcastModel.SettingsEngine().DownloadSuspended(), ETrue);	
 }
 
-void CPodcastQueueView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */)
-{
-	DP("CPodcastQueueView::HandleLongTapEventL BEGIN");
-	
-    if(iStylusPopupMenu)
-    {
-		iStylusPopupMenu->ShowMenu();
-		iStylusPopupMenu->SetPosition(aPenEventLocation);
-    }
-	DP("CPodcastQueueView::HandleLongTapEventL END");
-}
-
 void CPodcastQueueView::DownloadQueueUpdatedL(TInt /*aDownloadingShows*/, TInt /*aQueuedShows*/)
 	{
 	}