? modules/path/path.install
Index: modules/path/path.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/path/path.admin.inc,v
retrieving revision 1.31
diff -u -p -r1.31 path.admin.inc
--- modules/path/path.admin.inc	18 Sep 2009 00:12:47 -0000	1.31
+++ modules/path/path.admin.inc	10 Oct 2009 19:52:33 -0000
@@ -66,8 +66,8 @@ function path_admin_overview($keys = NUL
   }
 
   $build['path_table'] = array(
-    '#theme' => 'table', 
-    '#header' => $header, 
+    '#theme' => 'table',
+    '#header' => $header,
     '#rows' => $rows
   );
   $build['path_pager'] = array('#theme' => 'pager');
@@ -250,13 +250,3 @@ function path_admin_filter_form_submit_f
 function path_admin_filter_form_submit_reset($form, &$form_state) {
   $form_state['redirect'] = 'admin/config/search/path/list';
 }
-
-
-/**
- * Helper function for grabbing filter keys.
- */
-function path_admin_filter_get_keys() {
-  // Extract keys as remainder of path
-  $path = explode('/', $_GET['q'], 5);
-  return count($path) == 5 ? $path[4] : '';
-}
