From f01abc42ff594c07f0af744f515b9995b372c08e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Apr 2010 14:48:04 -0700 Subject: [PATCH] Remove really old code from the old Rss From Parent asset. --- lib/WebGUI/Asset.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 565d27bf3..e026be28c 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1637,19 +1637,6 @@ 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 ( $className ) Loads an asset module if it's not already in memory. This is a class method. Returns