aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/manpage_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-01-12 21:25:51 -0500
committerRalph Amissah <ralph@amissah.com>2014-01-12 21:25:51 -0500
commit4aa58e16055fd24b7958c50397a27795105743e6 (patch)
tree73337afbfd59a9e501b88bebaf06c4c3014e43e8 /lib/sisu/v5/manpage_format.rb
parentv5: ao, counter for various grouped / blocked texts & tables (diff)
v5: heading recalibration, code (downstream) changes, continue
Diffstat (limited to 'lib/sisu/v5/manpage_format.rb')
-rw-r--r--lib/sisu/v5/manpage_format.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/sisu/v5/manpage_format.rb b/lib/sisu/v5/manpage_format.rb
index dae1d6b3..7a9ea98b 100644
--- a/lib/sisu/v5/manpage_format.rb
+++ b/lib/sisu/v5/manpage_format.rb
@@ -88,20 +88,6 @@ module SiSU_ManpageFormat
def scr_endnote_body
"<endnote>#{@dob.obj}</endnote> "
end
- def heading_body1
- end
- def heading_body2
- end
- def heading_body3
- end
- def heading_body4
- end
- def heading_body5
- end
- def heading_body6
- end
- end
- class XML
end
end
__END__