From 9fce9762c9f16ebd20d3813975bc75d786380641 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Feb 2016 13:38:30 +0300 Subject: fix a few build warnings --- plugins/filebrowser/pluma-file-browser-widget.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/filebrowser/pluma-file-browser-widget.c') diff --git a/plugins/filebrowser/pluma-file-browser-widget.c b/plugins/filebrowser/pluma-file-browser-widget.c index 264408ff..7cef34cc 100644 --- a/plugins/filebrowser/pluma-file-browser-widget.c +++ b/plugins/filebrowser/pluma-file-browser-widget.c @@ -2113,9 +2113,6 @@ async_free (AsyncData *async) static void set_busy (PlumaFileBrowserWidget *obj, gboolean busy) { -#if !GTK_CHECK_VERSION (3, 16, 0) - GdkCursor *cursor; -#endif GdkWindow *window; window = gtk_widget_get_window (GTK_WIDGET (obj->priv->treeview)); -- cgit v1.2.1