summaryrefslogtreecommitdiff
path: root/thumbnailer
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-12-12 17:17:38 +0100
committerBastien Nocera <hadess@hadess.net>2016-12-12 17:58:32 +0100
commite5ab88653c5cce9bf284f3588ddfd75fa2dab32b (patch)
tree8b038085e494fe44e2671d7db026487eb715b309 /thumbnailer
parent5e6d3052519e8909f5aebf87bd4646096dfc3eca (diff)
downloadgdk-pixbuf-e5ab88653c5cce9bf284f3588ddfd75fa2dab32b.tar.gz
thumbnailer: Remove unused variable
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/gdk-pixbuf-thumbnailer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/thumbnailer/gdk-pixbuf-thumbnailer.c b/thumbnailer/gdk-pixbuf-thumbnailer.c
index e82d147ab..a43fa5815 100644
--- a/thumbnailer/gdk-pixbuf-thumbnailer.c
+++ b/thumbnailer/gdk-pixbuf-thumbnailer.c
@@ -124,7 +124,6 @@ _gdk_pixbuf_new_from_uri_at_scale (const char *uri,
gboolean has_frame;
SizePrepareContext info;
GFile *file;
- GFileInfo *file_info;
GInputStream *input_stream;
g_return_val_if_fail (uri != NULL, NULL);