forked from AuroraMiddleware/gtk
GtkRecentManager: Remove superfluous local variable
This commit is contained in:
parent
6637b20b4c
commit
6bbb9a1173
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user