Skip to content

Commit

Permalink
Remove really old code from the old Rss From Parent asset.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Apr 7, 2010
1 parent 2023e9c commit a0253fa
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions lib/WebGUI/Asset.pm
Expand Up @@ -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

Expand Down

0 comments on commit a0253fa

Please sign in to comment.