X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;fp=cscript;h=fdcdc11ea30a055b1a39519ff1fafbdc0e34f989;hb=e571e208d540a5bb6dafa49a8e91cb0428931abb;hp=dc8a419d951a4c41b7d3d7a46f1a64a2cb7242f7;hpb=9b2d6c3fee3555f87f0d2c15763293f5892055cb;p=dcpomatic.git diff --git a/cscript b/cscript index dc8a419d9..fdcdc11ea 100644 --- a/cscript +++ b/cscript @@ -338,7 +338,7 @@ def dependencies(target): return deps def option_defaults(): - return { "player-only": False, "gui": True, "variant": None } + return { "gui": True, "variant": None } def configure_options(target, options): opt = '' @@ -363,9 +363,6 @@ def configure_options(target, options): if not options['gui']: opt += ' --disable-gui' - if options['player-only']: - opt += ' --player-only' - if options['variant'] is not None: opt += ' --variant=%s' % options['variant']