]> git.imager.perl.org - bse.git/commitdiff
_body_embed() isn't used, remove it
authorTony Cook <tony@develop-help.com>
Tue, 31 Mar 2015 12:40:44 +0000 (23:40 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 31 Mar 2015 12:40:44 +0000 (23:40 +1100)
site/cgi-bin/modules/BSE/Generate.pm

index 334f05838bd0e5c12519a5f0ebbcb5952fdebdb4..69a2cfc27e32e4997856f06075f396c56f8be0e0 100644 (file)
@@ -313,7 +313,7 @@ Conditional tag, true if the current article is being embedded.
 
 =cut
 
-our $VERSION = "1.024";
+our $VERSION = "1.025";
 
 my $excerptSize = 300;
 
@@ -548,14 +548,6 @@ sub _embed_low {
   return $result;
 }
 
-sub _body_embed {
-  my ($self, $acts, $articles, $which, $template, $maxdepth) = @_;
-
-  my $text = $self->_embed_low($acts, $articles, $which, $template, $maxdepth);
-
-  return $text;
-}
-
 sub formatter_class {
   require BSE::Formatter::Article;
   return 'BSE::Formatter::Article'