application/data/PodcastFeedView.ra
changeset 60 4d230e702aa3
parent 2 29cda98b007e
child 176 1c8b56cb6409
child 207 9fef0425017e
--- a/application/data/PodcastFeedView.ra	Thu Mar 11 20:53:00 2010 +0100
+++ b/application/data/PodcastFeedView.ra	Tue Apr 27 19:26:48 2010 +0100
@@ -270,40 +270,3 @@
 				}
 		};
 	}
-
-RESOURCE FILESELECTIONDIALOG r_podcast_import_podcast
-	{
-	title = STRING_r_view_import_feeds_title;
-	root_path = "";
-	filters =
-		{
-		FILTER
-			{
-			filter_type = EFilenameFilter;
-			filter_style = EInclusiveFilter;
-			filter_data = { "*.*" };
-			}
-		};
-	}
-
-RESOURCE FILESELECTIONDIALOG r_podcast_export_feeds
-	{
-	title = STRING_r_view_export_feeds_title;
-	root_path = "";
-		filters =
-			{
-			FILTER
-				{
-				filter_type = EFilenameFilter;
-				filter_style = EInclusiveFilter;
-				filter_data = { "*.*" };
-				}
-		};
-	}
-
-RESOURCE FILENAMEPROMPTDIALOG r_podcast_filename_prompt_dialog
-{
-	filename_prompt = STRING_r_enter_filename;
-	default_filename = "feeds.opml";
-	path = "";
-}