diff --git a/autologout.module b/autologout.module
index 3c22b50..196b5a6 100644
--- a/autologout.module
+++ b/autologout.module
@@ -38,13 +38,11 @@ function autologout_menu() {
   $items['autologout_ahah_logout'] = array(
     'title' => 'JS Logout',
     'page callback' => 'autologout_ahah_logout',
-    'access callback' => '_autologout_access_ahah',
     'type' => MENU_CALLBACK
   );
   $items['autologout_ahah_set_last'] = array(
     'title' => 'JS Logout AHAH Set Last',
     'page callback' => 'autologout_ahah_set_last',
-    'access callback' => '_autologout_access_ahah',
     'type' => MENU_CALLBACK
   );
 
