mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Remove 'GLOBAL int flags' completely!
It no longer has any flags in it at all, so its day is done.
This commit is contained in:
13
putty.h
13
putty.h
@ -578,19 +578,6 @@ extern const int be_default_protocol;
|
||||
*/
|
||||
extern const char *const appname;
|
||||
|
||||
/*
|
||||
* Some global flags denoting the type of application.
|
||||
*
|
||||
* These flags describe the type of _application_ - they wouldn't
|
||||
* vary between individual sessions - and so it's OK to have this
|
||||
* variable be GLOBAL.
|
||||
*
|
||||
* Note that additional flags may be defined in platform-specific
|
||||
* headers. It's probably best if those ones start from 0x1000, to
|
||||
* avoid collision.
|
||||
*/
|
||||
GLOBAL int flags;
|
||||
|
||||
/*
|
||||
* Likewise, these two variables are set up when the application
|
||||
* initialises, and inform all default-settings accesses after
|
||||
|
Reference in New Issue
Block a user