From d273d5131e2ce2b6ca0b90af17ee933b86d0c728 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Tue, 11 Jan 2022 12:17:15 +0100 Subject: [PATCH] doc updates --- doc/xschem_man/xschem_man.html | 4 +--- src/xinit.c | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/xschem_man/xschem_man.html b/doc/xschem_man/xschem_man.html index f154c36a..a53d7c64 100644 --- a/doc/xschem_man/xschem_man.html +++ b/doc/xschem_man/xschem_man.html @@ -23,9 +23,7 @@

Xschem slides

- All in one pdf documentation (repo.hu, github version with autoconfig)

-

- All in one pdf documentation (sourceforge version, no autoconfig)

+ All in one pdf documentation (repo.hu, github, sourceforge version with autoconfig)

INDEX


    diff --git a/src/xinit.c b/src/xinit.c index c9753e97..9afc2618 100644 --- a/src/xinit.c +++ b/src/xinit.c @@ -2147,13 +2147,9 @@ int Tcl_AppInit(Tcl_Interp *inter) tclsetvar("ControlMask", tmp); #endif - /* END X INITIALIZATION */ - - init_done=1; /* 20171008 moved before option processing, otherwise xwin_exit will not be invoked */ /* leaving undo buffer and other garbage around. */ - /* */ /* Completing tk windows creation (see xschem.tcl, pack_widgets) and event binding */ /* *AFTER* X initialization done */