]> git.street.me.uk Git - andy/viking.git/blobdiff - src/modules.c
Improve ordering of date/time output on time graphs.
[andy/viking.git] / src / modules.c
index 3b2dc794faaef498ca4d7cbea34ffb195521548d..f9eba24e1a8a9b811a109b8af5afb3a5c6c2eac9 100644 (file)
@@ -32,7 +32,6 @@
 #include "modules.h"
 
 #include "bing.h"
-#include "spotmaps.h"
 #include "google.h"
 #include "terraserver.h"
 #include "expedia.h"
@@ -254,9 +253,6 @@ void modules_init()
 #ifdef VIK_CONFIG_GEONAMES
   geonames_init();
 #endif
-#ifdef VIK_CONFIG_SPOTMAPS
-  spotmaps_init();
-#endif
 
   register_loadable_types ();