From: Jose Dapena Paz Date: Fri, 1 Aug 2008 07:17:51 +0000 (+0000) Subject: * Fixed a compilation warning X-Git-Tag: git_migration_finished~1239 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=3d6c2c119c461e8ec9684c1318c00f5ffa86dec0 * Fixed a compilation warning pmo-trunk-r5236 --- diff --git a/src/widgets/modest-attachments-view.c b/src/widgets/modest-attachments-view.c index 69c0d16..90eb51e 100644 --- a/src/widgets/modest-attachments-view.c +++ b/src/widgets/modest-attachments-view.c @@ -76,7 +76,6 @@ static void set_selected (ModestAttachmentsView *atts_view, ModestAttachmentView static void select_range (ModestAttachmentsView *atts_view, ModestAttachmentView *att1, ModestAttachmentView *att2); static void clipboard_get (GtkClipboard *clipboard, GtkSelectionData *selection_data, guint info, gpointer userdata); -static void clipboard_clear (GtkClipboard *clipboard, gpointer userdata); static void own_clipboard (ModestAttachmentsView *atts_view); static guint signals[LAST_SIGNAL] = {0};