Code cleanup

This commit is contained in:
Pierre Pronchery 2015-11-03 00:41:55 +01:00
parent 1bb22a9931
commit b45612b029

View File

@ -47,7 +47,7 @@ void gdk_window_clear(GdkWindow * window)
#endif
# if !GTK_CHECK_VERSION(3, 0, 0)
#if !GTK_CHECK_VERSION(3, 0, 0)
/* gtk_box_new */
GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing)
{
@ -60,4 +60,4 @@ GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing)
return gtk_vbox_new(FALSE, spacing);
}
}
# endif
#endif