Removed options_t::win32_pe::strip_loadconf.

For compatibility reasons the option is still accepted (but
ignored) during commandline parsing.

committer: mfx <mfx> 1139866279 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-13 21:31:19 +00:00
parent 5d45ce5cf7
commit 891d6be4a6
6 changed files with 7 additions and 46 deletions
-1
View File
@@ -133,7 +133,6 @@ struct options_t {
int compress_icons;
int compress_resources;
signed char compress_rt[25]; // 25 == RT_LAST
int strip_loadconf;
int strip_relocs;
} win32_pe;
};