diff --git a/lib/noosfero/plugin.rb b/lib/noosfero/plugin.rb index 6fb1ef5..3b51b14 100644 --- a/lib/noosfero/plugin.rb +++ b/lib/noosfero/plugin.rb @@ -532,11 +532,6 @@ class Noosfero::Plugin # returns = string with reason of expiration elsif method.to_s =~ /^content_expire_(#{content_actions.join('|')})$/ nil - # -> Answers to a specific macro - # expects: params, inner_html, content - # returns = html_code - elsif method.to_s =~ /^macro_(.+)$/ - nil else super end -- libgit2 0.21.2