diff options
author | monsta <[email protected]> | 2016-02-01 13:38:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-01 13:38:30 +0300 |
commit | 9fce9762c9f16ebd20d3813975bc75d786380641 (patch) | |
tree | 9b2b0bc9b9870a13b2e44c6862db7bbbeef25e36 /plugins/filebrowser/pluma-file-browser-widget.c | |
parent | e60f2758c59659488b4b7a8b64e2e486e15e64ab (diff) | |
download | pluma-9fce9762c9f16ebd20d3813975bc75d786380641.tar.bz2 pluma-9fce9762c9f16ebd20d3813975bc75d786380641.tar.xz |
fix a few build warnings
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-widget.c')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-widget.c | 3 |
1 files changed, 0 insertions, 3 deletions
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)); |