]> git.street.me.uk Git - andy/viking.git/blobdiff - src/modules.c
Remove dependencies to gob2
[andy/viking.git] / src / modules.c
index 020c677e5b2ba60623f57808933b85e2a6c7264b..d5ad909da7460b0a66605cf8dfb86fac73a8fd87 100644 (file)
@@ -26,7 +26,6 @@
 #include "modules.h"
 
 #include "google.h"
-#include "googlemaps.h"
 #include "terraserver.h"
 #include "khmaps.h"
 #include "expedia.h"
 
 void modules_init()
 {
-#ifdef VIK_CONFIG_OLD_GOOGLE 
-  googlemaps_init();
-  khmaps_init();
-#endif
 #ifdef VIK_CONFIG_GOOGLE 
   google_init();
 #endif