]> Pileus Git - grits/blobdiff - src/plugins/radar-misc.h
Splitting GIS into a shared library, and a lot more
[grits] / src / plugins / radar-misc.h
similarity index 91%
rename from src/misc.h
rename to src/plugins/radar-misc.h
index ab17c7461973cf3a82567b0e1252f0f5cb8ca744..7e260e81630cd19b87c351a890d8a0ac56b39657 100644 (file)
@@ -1,6 +1,3 @@
-#define d2r(deg) (((deg)*M_PI)/180.0)
-#define r2d(rad) (((rad)*180.0)/M_PI)
-
 #define RSL_FOREACH_VOL(radar, volume, count, index) \
        guint count = 0; \
        for (guint index = 0; index < radar->h.nvolumes; index++) { \