--- location_views_handler_filter_proximity.inc
+++ (clipboard)
@@ -290,12 +290,6 @@
 
     // Coordinates available?
     if (empty($coordinates)) {
-      // Distance set?
-      if (!empty($this->value['search_distance'])) {
-        // Hmm, distance set but unable to resolve coordinates.
-        // Force nothing to match.
-        $this->query->add_where($this->options['group'], "1=0");
-      }
       return;
     }
 
