remove unused var

This commit is contained in:
stefan schippers 2023-06-04 15:39:02 +02:00
parent 7aa6ecfbd6
commit 5b5fa27408
1 changed files with 0 additions and 1 deletions

View File

@ -690,7 +690,6 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
if(argc > 2 && !strcmp(argv[2], "closewindow")) closewindow = 1;
if(!strcmp(xctx->current_win_path, ".drw")) {
if(has_x) {
int remaining;
/* non tabbed interface */
if(!tclgetboolvar("tabbed_interface")) {
int wc = get_window_count();