remove the ugly HAVE_LIBGLE test (last time i typed that word!).
This commit is contained in:
parent
fe63fe5da9
commit
dceb6a11c8
@ -7522,10 +7522,6 @@ create_main_window (void)
|
|||||||
gtk_widget_show_all (window);
|
gtk_widget_show_all (window);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBGLE
|
|
||||||
#include <gle/gle.h>
|
|
||||||
#endif /* !HAVE_LIBGLE */
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
@ -7537,10 +7533,6 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
gtk_init (&argc, &argv);
|
gtk_init (&argc, &argv);
|
||||||
|
|
||||||
#ifdef HAVE_LIBGLE
|
|
||||||
gle_init (&argc, &argv);
|
|
||||||
#endif /* !HAVE_LIBGLE */
|
|
||||||
|
|
||||||
/* bindings test
|
/* bindings test
|
||||||
*/
|
*/
|
||||||
binding_set = gtk_binding_set_by_class (gtk_type_class (GTK_TYPE_WIDGET));
|
binding_set = gtk_binding_set_by_class (gtk_type_class (GTK_TYPE_WIDGET));
|
||||||
|
@ -7522,10 +7522,6 @@ create_main_window (void)
|
|||||||
gtk_widget_show_all (window);
|
gtk_widget_show_all (window);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_LIBGLE
|
|
||||||
#include <gle/gle.h>
|
|
||||||
#endif /* !HAVE_LIBGLE */
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
@ -7537,10 +7533,6 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
gtk_init (&argc, &argv);
|
gtk_init (&argc, &argv);
|
||||||
|
|
||||||
#ifdef HAVE_LIBGLE
|
|
||||||
gle_init (&argc, &argv);
|
|
||||||
#endif /* !HAVE_LIBGLE */
|
|
||||||
|
|
||||||
/* bindings test
|
/* bindings test
|
||||||
*/
|
*/
|
||||||
binding_set = gtk_binding_set_by_class (gtk_type_class (GTK_TYPE_WIDGET));
|
binding_set = gtk_binding_set_by_class (gtk_type_class (GTK_TYPE_WIDGET));
|
||||||
|
Loading…
Reference in New Issue
Block a user