aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-03-03 22:52:35 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-03-03 23:18:45 +0800
commite99f234b1e90869d04a17e300662b4be8c353bfe (patch)
tree3f4e8d5e2e166b2246aea2fcceb31ae6aec1a45e /libempathy-gtk/empathy-ui-utils.h
parentf48b89ce4d61d16843361636ad9f155451fde98d (diff)
downloadgsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar.gz
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar.bz2
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar.lz
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar.xz
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.tar.zst
gsoc2013-empathy-e99f234b1e90869d04a17e300662b4be8c353bfe.zip
Move empathy_uri_regex_dup_singleton to be private inside empathy-string-parser.c
Now that our code is correctly factored, that regex can be made private
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index e03ec66f8..05033f30f 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -47,7 +47,6 @@ G_BEGIN_DECLS
(y) < gdk_screen_height ())
void empathy_gtk_init (void);
-GRegex * empathy_uri_regex_dup_singleton (void);
/* Glade */
GtkBuilder * empathy_builder_get_file (const gchar *filename,