From: Kaj-Michael Lang Date: Thu, 24 Jan 2008 16:47:32 +0000 (+0200) Subject: Default to gps simulator, config load sets the correct one. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d865738d76b4a7e3cc6150517c23dab42a737668;p=mapper Default to gps simulator, config load sets the correct one. Need to add type selector to gps config... --- diff --git a/src/mapper.c b/src/mapper.c index db7cb4d..e31e94c 100644 --- a/src/mapper.c +++ b/src/mapper.c @@ -285,15 +285,7 @@ switch (mis) { curl_global_init(CURL_GLOBAL_NOTHING); gnome_vfs_init(); /* XXX: Load GPS configuration, then create gps */ -#ifdef WITH_BLUEZ - _gps=gps_new(GPS_IO_RFCOMM); -#else -#ifdef WITH_HILDON_DBUS_BT - _gps=gps_new(GPS_IO_HILDON_DBUS); -#else _gps=gps_new(GPS_IO_SIMULATION); -#endif -#endif timezone_init(); gpx_init(); variables_init();