]> Pileus Git - aweather/blobdiff - src/plugins/radar.h
Remove marching code (now in marching branch)
[aweather] / src / plugins / radar.h
index 9541a9277fd927936755f24a8f17be38d68915e4..771b1d4ba449acc6d743cf7fe7b1271a3d56ee85 100644 (file)
@@ -23,8 +23,6 @@
 
 #include <gis.h>
 
-#include "marching.h"
-
 /* TODO: convert */
 typedef struct {
        char *name;
@@ -62,8 +60,6 @@ struct _GisPluginRadar {
        Sweep       *cur_sweep;
        colormap_t  *cur_colormap;
        guint        cur_sweep_tex;
-       TRIANGLE    *cur_triangles;
-       guint        cur_num_triangles;
 };
 
 struct _GisPluginRadarClass {