summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 70455b02..5f2fed65 100644
--- a/meson.build
+++ b/meson.build
@@ -731,8 +731,4 @@ output += '\n'
output += ' Prefix: ' + get_option('prefix') + '\n'
message(output)
-if get_option('gtk4')
- warning('GTK+ 4.0 support is experimental; API and ABI are subject to change without notice\n')
-endif
-
# Done