request_resize() needs to call term_size() to tell the terminal emulator
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index c15f8e3..db37db2 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -409,9 +409,6 @@ GLOBAL int flags;
 GLOBAL int default_protocol;
 GLOBAL int default_port;
 
-/* This variable, OTOH, needs to be made non-global ASAP. FIXME. */
-GLOBAL Config cfg;
-
 struct RSAKey;                        /* be a little careful of scope */
 
 /*