@@ -, +, @@ --- scripts/build_docbook_index.prl | 2 -- scripts/cxx_to_docbook.prl | 2 -- scripts/pm.prl | 2 -- scripts/raw_to_xgraph.prl | 2 -- scripts/resynth.sh | 2 -- scripts/tex_to_images.prl | 2 -- 6 files changed, 0 insertions(+), 12 deletions(-) --- a/scripts/build_docbook_index.prl +++ a/scripts/build_docbook_index.prl @@ -35,8 +35,6 @@ sub useage END } -#__SHARED_SETUP__ - $title=''; $mode='debug'; $verbose=0; --- a/scripts/cxx_to_docbook.prl +++ a/scripts/cxx_to_docbook.prl @@ -37,8 +37,6 @@ sub useage END } -#__SHARED_SETUP__ - $level=0; $title=undef; $chapter='chapter'; --- a/scripts/pm.prl +++ a/scripts/pm.prl @@ -56,8 +56,6 @@ sub useage END } -#__SHARED_SETUP__ - while ($#ARGV>=0) { if ($ARGV[0] eq "-f") --- a/scripts/raw_to_xgraph.prl +++ a/scripts/raw_to_xgraph.prl @@ -56,8 +56,6 @@ Convert raw sample data into something xgraph can plot. END } -#__SHARED_SETUP__ - $stream = STDIN; $sample_rate = 1; --- a/scripts/resynth.sh +++ a/scripts/resynth.sh @@ -63,8 +63,6 @@ EOF exit $1 } -#__SHARED_SETUP__ - invert=false voiced='' pre=0 --- a/scripts/tex_to_images.prl +++ a/scripts/tex_to_images.prl @@ -79,8 +79,6 @@ END exit($_[0]); } -#__SHARED_SETUP__ - $out_pattern="image_NNN.FFF"; $scale=3; $over=2; --