X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/930155490de319d9b19381779f8a9c370455e372..9552af08b0de8cf0de6b8d253d5a77173f35259b:/src/google.h diff --git a/src/google.h b/src/google.h index b94d25b6..b3afecd7 100644 --- a/src/google.h +++ b/src/google.h @@ -22,17 +22,6 @@ #ifndef __VIKING_GOOGLE_H #define __VIKING_GOOGLE_H -#include - -#include "vikcoord.h" -#include "mapcoord.h" - void google_init(); -/* a bit misleading, this is the "mpp" (really just set zoom level, very - * roughly equivalent so you can easily switch between maps) of - * google maps 1, the second google maps level (1st is 0). */ -#define GOOGLE_ZOOM_ONE_MPP 2.0 - - #endif