X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/798451674e97c6a00f2d23dba2cc68d79db78d9d..e044ae9e96b95fc6e58b4f05f759e5fc59bb79ab:/src/globals.h diff --git a/src/globals.h b/src/globals.h index f1fdba1c..6a89f0d8 100644 --- a/src/globals.h +++ b/src/globals.h @@ -51,6 +51,4 @@ #define MERCLAT(x) (RAD2DEG * log(tan((0.25 * M_PI) + (0.5 * DEG2RAD * (x))))) #define DEMERCLAT(x) (RAD2DEG * atan(sinh(DEG2RAD * (x)))) -typedef struct _VikLayersPanel VikLayersPanel; -typedef struct _VikLayer VikLayer; #endif