summaryrefslogtreecommitdiff
path: root/extra/glib/deprecated-no-warn.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-04 23:52:30 +0100
committerdavidovski <david@davidovski.xyz>2022-05-04 23:52:30 +0100
commit739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch)
tree09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /extra/glib/deprecated-no-warn.patch
parent4c585ad54388285500fd18a6aaa516894e0f2c16 (diff)
moved everything to new file formatting
Diffstat (limited to 'extra/glib/deprecated-no-warn.patch')
-rw-r--r--extra/glib/deprecated-no-warn.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/glib/deprecated-no-warn.patch b/extra/glib/deprecated-no-warn.patch
deleted file mode 100644
index e247eca..0000000
--- a/extra/glib/deprecated-no-warn.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
---- a/gio/glib-compile-schemas.c 2018-09-21 15:23:52.000000000 +0100
-+++ b/gio/glib-compile-schemas.c 2019-02-10 14:37:30.034879344 +0000
-@@ -1233,19 +1233,6 @@
- return;
- }
-
-- if (path && (g_str_has_prefix (path, "/apps/") ||
-- g_str_has_prefix (path, "/desktop/") ||
-- g_str_has_prefix (path, "/system/")))
-- {
-- gchar *message = NULL;
-- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
-- "Paths starting with "
-- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
-- id, path);
-- g_printerr ("%s\n", message);
-- g_free (message);
-- }
--
- state->schema_state = schema_state_new (path, gettext_domain,
- extends, extends_name, list_of);
-