remove the ugly HAVE_LIBGLE test (last time i typed that word!).

This commit is contained in:
Tim Janik 1998-08-17 03:54:27 +00:00
parent fe63fe5da9
commit dceb6a11c8
2 changed files with 0 additions and 16 deletions

View File

@ -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));

View File

@ -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));