diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build index 1c2d8ca..fee2f3c 100644 --- a/meson.build +++ b/meson.build @@ -44,12 +44,6 @@ endif # Set global warning suppressions subdir('meson/suppressions') -# Disable deprecated API which is not used by tests or examples -add_project_arguments( - ['-DPUGL_DISABLE_DEPRECATED'], - language: ['c', 'cpp', 'objc', 'objcpp'], -) - ############# # Platforms # ############# |