aboutsummaryrefslogtreecommitdiffstats
path: root/audio/beast/files/patch-sfi_glib-extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/beast/files/patch-sfi_glib-extra.c')
-rw-r--r--audio/beast/files/patch-sfi_glib-extra.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/beast/files/patch-sfi_glib-extra.c b/audio/beast/files/patch-sfi_glib-extra.c
deleted file mode 100644
index c0b90f7f26b..00000000000
--- a/audio/beast/files/patch-sfi_glib-extra.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- sfi/glib-extra.c.orig Sun May 7 16:28:07 2006
-+++ sfi/glib-extra.c Sun May 7 16:28:15 2006
-@@ -170,18 +170,6 @@
- return NULL;
- }
-
--const gchar*
--g_intern_string (const gchar *string)
--{
-- return string ? g_quark_to_string (g_quark_from_string (string)) : NULL;
--}
--
--const gchar*
--g_intern_static_string (const gchar *string)
--{
-- return string ? g_quark_to_string (g_quark_from_static_string (string)) : NULL;
--}
--
- static gchar*
- delim_concat_varargs (const gchar *first_string,
- gchar delim,