From a0253fa59910da85c808555951fe2bb865274a99 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Apr 2010 14:50:51 -0700 Subject: [PATCH] Remove really old code from the old Rss From Parent asset. --- lib/WebGUI/Asset.pm | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index de48e1e76..801af9fc6 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1760,22 +1760,11 @@ sub indexContent { #------------------------------------------------------------------- -=head2 isValidRssItem ( ) - -Returns true iff this asset should be included in RSS feeds from the -RSS From Parent asset. If false, this asset will be ignored when -generating feeds, even if it appears in the item list. Defaults to -true. - -=cut - -sub isValidRssItem { 1 } - -#------------------------------------------------------------------- - =head2 loadModule ( $session, $className ) -Loads an asset module if it's not already in memory. This is a class method. Returns undef on failure to load, otherwise returns the classname. Will only load classes in the WebGUI::Asset namespace. +Loads an asset module if it's not already in memory. This is a class +method. Returns undef on failure to load, otherwise returns the classname. +Will only load classes in the WebGUI::Asset namespace. =cut