]> Pileus Git - aweather/blobdiff - src/main.c
Remove references to GtkGLExt
[aweather] / src / main.c
index 94cf0c7909df880f7506c0b0d0e721b81a13c570..af4c0c253d993ac077fc4f8e1b4cc63d5b6553ef 100644 (file)
@@ -19,7 +19,6 @@
 #include <sys/time.h>
 #include <config.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkgl.h>
 #include <glib/gstdio.h>
 
 #include <grits.h>
@@ -108,7 +107,6 @@ int main(int argc, char *argv[])
                g_error_free(error);
                return -1;
        }
-       gtk_gl_init(&argc, &argv);
 
        /* Do some logging here for aweather_gui_new */
        if (opt_debug) log_levels = (1 << (opt_debug+1))-1;