]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikslippymapsource.h
Prevent the program grinding to a halt if trying to deal with thousands of tiles
[andy/viking.git] / src / vikslippymapsource.h
index bbb53c1edfbaf024415cb0c5cefde98ff8dbdfb8..a39d2f33ad2ff144f5ef83662267ad7556fa5f04 100644 (file)
@@ -49,8 +49,6 @@ struct _VikSlippyMapSource
 GType vik_slippy_map_source_get_type (void) G_GNUC_CONST;
 
 VikSlippyMapSource * vik_slippy_map_source_new_with_id (guint8 id, const gchar *label, const gchar *hostname, const gchar *url);
-gint vik_slippy_map_source_zoom_to_scale ( gdouble mpp );
-
 
 G_END_DECLS