diff --git a/meson.build b/meson.build index 479ce81322a..b27a654944b 100644 --- a/meson.build +++ b/meson.build @@ -1870,10 +1870,6 @@ if with_osmesa else osmesa_lib_name = 'OSMesa' endif - osmesa_bits = get_option('osmesa-bits') - if osmesa_bits != 'unspecified' - warning('osmesa-bits option is deprecated and have no effect, please remove it.') - endif endif # TODO: symbol mangling diff --git a/meson_options.txt b/meson_options.txt index 3a1490f97bc..795234dd7ed 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -392,14 +392,6 @@ option( value : false, description : 'Build OSmesa.' ) -option( - 'osmesa-bits', - type : 'combo', - value : 'unspecified', - choices : ['unspecified', '8', '16', '32'], - description : 'DEPRECATED: Number of channel bits for OSMesa.' -) - option( 'tools', type : 'array',