aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/xhtml_epub2_segments.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:56:59 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:56:59 -0400
commit2e4c214d4d2323864985ccfe93346a9796edee2f (patch)
treebd450b52b31b81fc46150ebee9d4e06bc7e1e560 /lib/sisu/v6/xhtml_epub2_segments.rb
parentdebian/changelog (5.6.9-1) (diff)
parentv5: merge v6: remove defaults.rb & some relics related to sisu skins (diff)
Merge tag 'sisu_5.7.0' into debian/sid
SiSU 5.7.0
Diffstat (limited to 'lib/sisu/v6/xhtml_epub2_segments.rb')
-rw-r--r--lib/sisu/v6/xhtml_epub2_segments.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sisu/v6/xhtml_epub2_segments.rb b/lib/sisu/v6/xhtml_epub2_segments.rb
index 961ef299..fca2e729 100644
--- a/lib/sisu/v6/xhtml_epub2_segments.rb
+++ b/lib/sisu/v6/xhtml_epub2_segments.rb
@@ -131,7 +131,6 @@ WOK
attr_reader :seg_name_xhtml,:seg_name_xhtml_tracker
def initialize(md='',data='')
@md,@data=md,data
- @vz=SiSU_Viz::Defaults.new
@seg_name_xhtml=@@seg_name_xhtml || nil
@seg_name_xhtml_tracker=@@tracker || nil
@make=SiSU_Env::ProcessingSettings.new(@md) if @md