X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/944931149d95399a6c9aad8b9c1f4de68676370e..d260d7985116255a0eb2232edfd8a0dbc29f31d6:/src/google.h?ds=sidebyside diff --git a/src/google.h b/src/google.h index 92e98024..b3afecd7 100644 --- a/src/google.h +++ b/src/google.h @@ -22,19 +22,6 @@ #ifndef __VIKING_GOOGLE_H #define __VIKING_GOOGLE_H -#include - -#include "vikcoord.h" -#include "mapcoord.h" - void google_init(); -guint8 google_zoom ( gdouble mpp ); - -/* 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