[gtk+/gtk-3-22] GtkRecentManager: Remove superfluous local variable
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] GtkRecentManager: Remove superfluous local variable
- Date: Mon, 20 Mar 2017 20:46:51 +0000 (UTC)
commit 7074607635c61163f70d86ebacdfad6816100ccb
Author: Timm Bäder <mail baedert org>
Date: Sun Mar 19 14:28:32 2017 +0100
GtkRecentManager: Remove superfluous local variable
gtk/gtkrecentmanager.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c
index 64c6080..106b260 100644
--- a/gtk/gtkrecentmanager.c
+++ b/gtk/gtkrecentmanager.c
@@ -786,8 +786,6 @@ gtk_recent_manager_add_item_query_info (GObject *source_object,
if (file_info)
{
- gchar *content_type;
-
content_type = g_file_info_get_attribute_as_string (file_info,
G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE);
if (G_LIKELY (content_type))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]