diff -r 4a65cc85c4f3 -r 0a94e3bc0ef2 application/data/PodcastShowsView.ra --- a/application/data/PodcastShowsView.ra Wed Apr 28 13:20:05 2010 +0100 +++ b/application/data/PodcastShowsView.ra Wed Apr 28 13:57:49 2010 +0100 @@ -119,7 +119,6 @@ }; }; } -#ifdef SYMBIAN1_UI , TBAR_CTRL { @@ -175,7 +174,6 @@ }; }; } -#endif }; } @@ -188,28 +186,6 @@ txt = STRING_r_view_show_info_cmd; command = EPodcastShowInfo; } -#ifndef SYMBIAN1_UI - ,STYLUS_POPUP_MENU_ITEM - { - txt = STRING_r_view_mark_as_unplayed_cmd_short; - command = EPodcastMarkAsUnplayed; - }, - STYLUS_POPUP_MENU_ITEM - { - txt = STRING_r_view_mark_as_played_cmd_short; - command = EPodcastMarkAsPlayed; - }, - STYLUS_POPUP_MENU_ITEM - { - txt = STRING_r_view_download_show_cmd; - command = EPodcastDownloadShow; - }, - STYLUS_POPUP_MENU_ITEM - { - txt = STRING_r_view_delete_show_cmd; - command = EPodcastDeleteShow; - } -#endif }; }