From a8dbd88268a7ef5c4cf5e118eeb48fa83a07e3ed Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 1 Oct 2010 23:35:36 -0400 Subject: texpdf_format, remove a few commented out lines --- lib/sisu/v2/texpdf_format.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') diff --git a/lib/sisu/v2/texpdf_format.rb b/lib/sisu/v2/texpdf_format.rb index ea34a390..8eff07b9 100644 --- a/lib/sisu/v2/texpdf_format.rb +++ b/lib/sisu/v2/texpdf_format.rb @@ -967,11 +967,6 @@ WOK and w=~/\/\S+?\// \ and w.length > 6 w.gsub!(/([_.\/])/,'\1\-') - #elsif w !~/http:/ \ - #and w=~/([_,.;:\/|=])/ \ - #and w.length > 10 - # w.gsub!(/([_,.;:\/|=])/,'\1\-') - # w.gsub!(/(--)(\S{4,})/,'\1\-\2') end w.gsub!(/#{Mx[:gl_o]}#lt#{Mx[:gl_c]}/,'<'); w.gsub!(/#{Mx[:gl_o]}#gt#{Mx[:gl_c]}/,'>') w.gsub!(/[\\]?~/,'<=tilde>') -- cgit v1.2.3