From 2a39437ee94059a79d3dc1bf0c97a3aeaff23f53 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Jun 2012 15:14:03 -0400 Subject: Adapt to single-include E-D-S libraries. --- calendar/gui/misc.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'calendar/gui/misc.c') diff --git a/calendar/gui/misc.c b/calendar/gui/misc.c index a3243afa43..d02a9f618c 100644 --- a/calendar/gui/misc.c +++ b/calendar/gui/misc.c @@ -28,7 +28,6 @@ #include #include -#include #include #include "misc.h" @@ -64,25 +63,6 @@ string_is_empty (const gchar *value) } -/** - * get_uri_without_password - */ -gchar * -get_uri_without_password (const gchar *full_uri) -{ - EUri *uri; - gchar *uristr; - - uri = e_uri_new (full_uri); - if (!uri) - return NULL; - - uristr = e_uri_to_string (uri, FALSE); - e_uri_free (uri); - - return uristr; - } - gint get_position_in_array (GPtrArray *objects, gpointer item) -- cgit v1.2.3