--- location/location.admin.inc.orig	2011-01-03 12:06:03.075336691 -0500
+++ location/location.admin.inc	2011-01-03 12:05:09.485338956 -0500
@@ -289,7 +289,7 @@
   variable_set('location_general_geocoders_in_use', $general_geocoders_in_use);
 }
 
-function theme_location_map_link_options(&$form) {
+function theme_location_map_link_options($form) {
   $header = array(array('align' => 'center', 'data' => '<center>'. t('Country') .'</center>'), array('align' => 'center', 'data' => '<center>'. t('Options') .'</center>'));
   $rows = array();
   foreach (element_children($form['countries']) as $country_iso) {
@@ -310,7 +310,7 @@
   return $output;
 }
 
-function theme_location_geocoding_options(&$form) {
+function theme_location_geocoding_options($form) {
   $output = drupal_render($form['location_geocode_google_minimum_accuracy']);
   $header = array(
     array('align' => 'center', 'data' => '<center>'. t('Country') .'</center>'),
