diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-03 14:39:36 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-03 14:47:03 +0100 |
commit | f7a5af7452745c06e66f9078d7a52bb0f1dc77fb (patch) | |
tree | e6c593f1ed0e8ec5f8f4e4b2451bc174e0c3653c | |
parent | 828455aebe6c1e32d79b95de88d4aede9ab930a2 (diff) |
location: remove the 'error' key
It has been deprecated.
-rw-r--r-- | src/conn-location.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conn-location.c b/src/conn-location.c index f6569ad74..d69ae3b31 100644 --- a/src/conn-location.c +++ b/src/conn-location.c @@ -31,7 +31,6 @@ static const LocationMapping mappings[] = { { "building", "building", G_TYPE_STRING }, { "country", "country", G_TYPE_STRING }, { "description", "description", G_TYPE_STRING }, - { "error", "error", G_TYPE_DOUBLE }, { "floor", "floor", G_TYPE_STRING }, { "lat", "lat", G_TYPE_DOUBLE }, { "locality", "locality", G_TYPE_STRING }, |