From 151f10430123b4999de4e511cdba34b4ff1d6a0b Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 5 Feb 2014 00:18:44 -0500
Subject: v5 v6: html, cleaning, minor

---
 lib/sisu/v5/html_format.rb | 20 --------------------
 lib/sisu/v6/html_format.rb | 20 --------------------
 2 files changed, 40 deletions(-)

diff --git a/lib/sisu/v5/html_format.rb b/lib/sisu/v5/html_format.rb
index 3b15502f..96567de5 100644
--- a/lib/sisu/v5/html_format.rb
+++ b/lib/sisu/v5/html_format.rb
@@ -271,24 +271,6 @@ module SiSU_HTML_Format
       else ''
       end
     end
-    def pdf #retired 2.7.9
-      pdf=if @md.programs[:pdf] \
-      and @cf_defaults.cf_0 =~/p/
-        %{
-<td align="center" bgcolor=#{@vz.color_band2}>
-  <a href="#{Xx[:html_relative1]}pdf/#{@file.base_filename.pdf_p}" target="_top">
-    #{@vz.nav_txt_pdf_portrait}
-  </a>
-</td>
-<td align="center" bgcolor=#{@vz.color_band2}>
-  <a href="#{Xx[:html_relative1]}pdf/#{@file.base_filename.pdf_l}" target="_top">
-    #{@vz.nav_txt_pdf_landscape}
-  </a>
-</td>
-}
-      else ''
-      end
-    end
   end
   class XML
   end
@@ -648,8 +630,6 @@ WOK
     def initialize(md)
       super(md)
     end
-    def title_banner(title,subtitle,creator)
-    end
     def dot_control_pre_next
       pre="#{@seg_name_html[@seg_name_html_tracker-1]}#{@md.lang_code_insert}#{Sfx[:html]}"
       up=@toc
diff --git a/lib/sisu/v6/html_format.rb b/lib/sisu/v6/html_format.rb
index bf1703a1..e2fa7dc6 100644
--- a/lib/sisu/v6/html_format.rb
+++ b/lib/sisu/v6/html_format.rb
@@ -271,24 +271,6 @@ module SiSU_HTML_Format
       else ''
       end
     end
-    def pdf #retired 2.7.9
-      pdf=if @md.programs[:pdf] \
-      and @cf_defaults.cf_0 =~/p/
-        %{
-<td align="center" bgcolor=#{@vz.color_band2}>
-  <a href="#{Xx[:html_relative1]}pdf/#{@file.base_filename.pdf_p}" target="_top">
-    #{@vz.nav_txt_pdf_portrait}
-  </a>
-</td>
-<td align="center" bgcolor=#{@vz.color_band2}>
-  <a href="#{Xx[:html_relative1]}pdf/#{@file.base_filename.pdf_l}" target="_top">
-    #{@vz.nav_txt_pdf_landscape}
-  </a>
-</td>
-}
-      else ''
-      end
-    end
   end
   class XML
   end
@@ -648,8 +630,6 @@ WOK
     def initialize(md)
       super(md)
     end
-    def title_banner(title,subtitle,creator)
-    end
     def dot_control_pre_next
       pre="#{@seg_name_html[@seg_name_html_tracker-1]}#{@md.lang_code_insert}#{Sfx[:html]}"
       up=@toc
-- 
cgit v1.2.3