diff --git a/lib/redmine/wiki_formatting/section_helper.rb b/lib/redmine/wiki_formatting/section_helper.rb index a697e3faf..086b2b223 100644 --- a/lib/redmine/wiki_formatting/section_helper.rb +++ b/lib/redmine/wiki_formatting/section_helper.rb @@ -1,7 +1,6 @@ module Redmine module WikiFormatting module SectionHelper - def get_section(index) section = extract_sections(index)[1] hash = Digest::MD5.hexdigest(section) @@ -56,4 +55,4 @@ module Redmine end end end -end \ No newline at end of file +end