Remove an unused option.
This commit is contained in:
parent
fb75da3ddb
commit
1da9db80e3
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ opts.Add('server_gid', 'group id of the user who runs wesnothd', "")
|
|||
opts.Add(BoolOption('server_monitor', 'Set to enable enable server monitor thread; libgtop2 is required', False))
|
||||
#opts.Add(BoolOption('internal_data', 'Set to put data in Mac OS X application fork', False))
|
||||
opts.Add(BoolOption('tinygui', 'Set for GUI reductions for resolutions down to 320x240, resize images before installing', False))
|
||||
opts.Add(BoolOption('display_revision', 'Set to enable svn revision display', False))
|
||||
opts.Add(BoolOption('raw_sockets', 'Set to use raw receiving sockets in the multiplayer network layer rather than the SDL_net facilities', False))
|
||||
opts.Add(BoolOption('desktop_entry','Clear to disable desktop-entry', True))
|
||||
opts.Add(PathOption('localedir', 'sets the locale data directory to a non-default location', "translations", PathOption.PathAccept))
|
||||
|
|
Loading…
Add table
Reference in a new issue