diff options
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common.py b/common.py index f4f2bb44c1c..be3ccfc9fa3 100644 --- a/common.py +++ b/common.py @@ -105,9 +105,6 @@ def AddOptions(opts): opts.Add(BoolOption('debug', 'DEPRECATED: debug build', 'yes')) opts.Add(BoolOption('profile', 'DEPRECATED: profile build', 'no')) opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes')) - opts.Add(BoolOption('texture_float', - 'enable floating-point textures and renderbuffers', - 'no')) opts.Add(BoolOption('swr', 'Build OpenSWR', 'no')) if host_platform == 'windows': opts.Add('MSVC_VERSION', 'Microsoft Visual C/C++ version') |