summaryrefslogtreecommitdiff
path: root/tests/address-sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/address-sample.c')
-rw-r--r--tests/address-sample.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/address-sample.c b/tests/address-sample.c
index 4505288..e830329 100644
--- a/tests/address-sample.c
+++ b/tests/address-sample.c
@@ -20,15 +20,10 @@
*/
#include <gconf/gconf-client.h>
-#include <location/location.h>
+#include <location.h>
static GMainLoop *loop = NULL;
-#define GCONF_PROXY_MODE "/system/proxy/mode"
-#define GCONF_HTTP_PROXY_HOST "/system/http_proxy/host"
-#define GCONF_HTTP_PROXY_PORT "/system/http_proxy/port"
-#define ENV_HTTP_PROXY "http_proxy"
-
static gboolean
exit_program (gpointer data)
{