From 7301e78bde90188847bc5348e19ac565622a765a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 28 Mar 2000 04:19:16 +0000 Subject: remove unneeded g_strdup; * addressbook/backend/pas/pas-backend-file.c (pas_backend_file_get_vcard): remove unneeded g_strdup; svn path=/trunk/; revision=2207 --- addressbook/backend/pas/pas-backend-file.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/backend/pas/pas-backend-file.c') diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 04f59d40f8..2c0b156b33 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -334,8 +334,6 @@ pas_backend_file_get_vcard (PASBook *book, const char *id) /* error */ return g_strdup (""); /* XXX */ } - - return g_strdup ("blah blah blah"); } static char * -- cgit v1.2.3