Remove leftover definition sub stubs.
This commit is contained in:
parent
bc71165a16
commit
ffb7945c34
5 changed files with 0 additions and 109 deletions
|
|
@ -336,24 +336,6 @@ sub cut {
|
|||
return $result;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session,"Asset_Post");
|
||||
|
||||
my $properties = {
|
||||
};
|
||||
|
||||
push(@{$definition}, {
|
||||
className=>'WebGUI::Asset::Post',
|
||||
properties=>$properties,
|
||||
});
|
||||
return $class->SUPER::definition($session,$definition);
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 DESTROY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue