[evolution/webkit] Remove FIXMEs and fix compilation warnings in plugins
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Remove FIXMEs and fix compilation warnings in plugins
- Date: Wed, 14 Dec 2011 15:27:29 +0000 (UTC)
commit a4d13f394aa8cbf6a400bd08057733ed62f7c1af
Author: Dan VrÃtil <dvratil redhat com>
Date: Wed Dec 14 16:27:36 2011 +0100
Remove FIXMEs and fix compilation warnings in plugins
plugins/vcard-inline/vcard-inline.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plugins/vcard-inline/vcard-inline.c b/plugins/vcard-inline/vcard-inline.c
index 16829b3..3c9b24a 100644
--- a/plugins/vcard-inline/vcard-inline.c
+++ b/plugins/vcard-inline/vcard-inline.c
@@ -320,7 +320,6 @@ org_gnome_vcard_inline_format (gpointer ep,
{
VCardInlinePURI *vcard_object;
gchar *classid;
- gchar *content;
classid = g_strdup_printf (
"org-gnome-vcard-inline-display-%d",
@@ -338,11 +337,5 @@ org_gnome_vcard_inline_format (gpointer ep,
e_book_client_get_sources (&vcard_object->source_list, NULL);
- /* FIXME WEBKIT: No streams, right?
- content = g_strdup_printf ("<object classid=%s></object>", classid);
- camel_stream_write_string (target->stream, content, NULL, NULL);
- g_free (content);
- */
-
g_free (classid);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]