diff --git a/simplenews.module b/simplenews.module
index 7a5e732..bee6e66 100644
--- a/simplenews.module
+++ b/simplenews.module
@@ -318,15 +318,6 @@ function simplenews_menu() {
   return $items;
 }
 
-/**
- * Implementation of hook_admin_paths().
- */
-function simplenews_admin_paths() {
-  $paths = array(
-    'node/*/simplenews' => TRUE,
-  );
-  return $paths;
-}
 
 /**
  * Menu item access callback.
