]> Pileus Git - aweather/commitdiff
Remove references to GtkGLExt
authorAndy Spencer <andy753421@gmail.com>
Tue, 7 Jun 2011 09:46:54 +0000 (09:46 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 7 Jun 2011 09:46:54 +0000 (09:46 +0000)
src/main.c
src/plugins/radar.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;
index e31b281b72758020f7f200059613ca70439e4484..816ec969585fd3b23d2573af86994934c34ce514 100644 (file)
@@ -20,7 +20,6 @@
 #include <config.h>
 #include <glib/gstdio.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkgl.h>
 #include <gio/gio.h>
 #include <GL/gl.h>
 #include <math.h>