From 0970555869f7cf5c498e237aeefd7789a2477f95 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Sun, 20 Dec 2020 20:42:07 +0100 Subject: [PATCH] removed obsolete --a3page command option --- doc/xschem_man/run_xschem.html | 1 - src/ngspice_backannotate.tcl | 2 +- src/xschem.help | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/xschem_man/run_xschem.html b/doc/xschem_man/run_xschem.html index a308ddff..f3afef8e 100644 --- a/doc/xschem_man/run_xschem.html +++ b/doc/xschem_man/run_xschem.html @@ -66,7 +66,6 @@ Options: --netlist_filename <file> -t --tedax Set netlist type to tEDAx. -s --spice Set netlist type to SPICE. - -3 --a3page Set page size for pdf export to A3. -x --no_x Don't use X (only command mode). -z --rainbow Use a raibow-looking layer color table. -W --waves Show simulation waveforms. diff --git a/src/ngspice_backannotate.tcl b/src/ngspice_backannotate.tcl index 84e76dcb..e8211518 100644 --- a/src/ngspice_backannotate.tcl +++ b/src/ngspice_backannotate.tcl @@ -232,4 +232,4 @@ proc ngspice::annotate {} { } } -if { ![info exists no_x] } {bind .drw {puts {Annotating...}; ngspice::annotate} } +if { [info exists ::has_x] } {bind .drw {puts {Annotating...}; ngspice::annotate} } diff --git a/src/xschem.help b/src/xschem.help index 85e275a6..5ba3ac5e 100644 --- a/src/xschem.help +++ b/src/xschem.help @@ -20,7 +20,6 @@ Options: --netlist_filename -t --tedax Set netlist type to tEDAx. -s --spice Set netlist type to SPICE. - -3 --a3page Set page size for pdf export to A3. -x --no_x Don't use X (only command mode). -z --rainbow Use a raibow-looking layer color table. -W --waves Show simulation waveforms.