fix a few build warnings

This commit is contained in:
monsta
2016-02-01 13:38:30 +03:00
committed by Sorokin Alexei
parent 48062a8267
commit 61ad45a01a
7 changed files with 7 additions and 18 deletions

View File

@@ -2113,9 +2113,6 @@ async_free (AsyncData *async)
static void
set_busy (XedFileBrowserWidget *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));