diff options
-rw-r--r-- | src/gtkutils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c index 75d1e932..ecf38bf5 100644 --- a/src/gtkutils.c +++ b/src/gtkutils.c @@ -971,8 +971,6 @@ gboolean gtkut_window_modal_exist(void) /* ensure that the window is displayed on screen */ void gtkut_window_move(GtkWindow *window, gint x, gint y) { - gint sx, sy; - g_return_if_fail(window != NULL); if (x < 0) |