summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2019-09-23 22:37:15 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2019-09-23 22:37:15 +0200
commitabc23e176e613a2513f741c20badd95e70ff1ab3 (patch)
tree8c134503523c956a669c553109cb36b14c38a623 /plugins
parente8f5eedbe76da706542223e1c07be340fdac1c47 (diff)
downloadthunar-abc23e176e613a2513f741c20badd95e70ff1ab3.tar.gz
Fixed unused variable warning
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-apr/thunar-apr-image-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thunar-apr/thunar-apr-image-page.c b/plugins/thunar-apr/thunar-apr-image-page.c
index 5a846192..20e14ce5 100644
--- a/plugins/thunar-apr/thunar-apr-image-page.c
+++ b/plugins/thunar-apr/thunar-apr-image-page.c
@@ -108,8 +108,8 @@ thunar_apr_image_page_init (ThunarAprImagePage *image_page)
AtkObject *object;
GtkWidget *label;
GtkWidget *grid;
- GtkWidget *spacer;
#ifdef HAVE_EXIF
+ GtkWidget *spacer;
guint n;
#endif