aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
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 #
#############