X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f50f46c1ce3fe44d8de55071d2fe1126ecb1d0ac..01d5ecb86b10e950a087173faa666fe662e90ab0:/lib/PlaceLookup.php diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index 57d6166e..f0db09c9 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -43,11 +43,6 @@ class PlaceLookup $this->bIncludePolygonAsPoints = $b; } - public function setAddressDetails($b = true) - { - $this->bAddressDetails = $b; - } - public function setAddressAdminLevels($b = true) { $this->bAddressAdminLevels = $b;