--- /Users/dangoldenbaum/Desktop/eazyedit.module
+++ eazyedit.module
@@ -122,10 +122,6 @@
     list($menu_name, ) = split(':', variable_get("menu_block_{$block->delta}_parent", 'navigation:0'));
     $edit_links[] = _lt('edit menu', 'admin/build/menu-customize/' . $menu_name, 'edit the menu that defines this block');
   }
-  // Display 'edit node' for blocks created via the nodeblock module.
-  elseif ($block->module == 'nodeblock' && user_access('administer nodes')) {
-    $edit_links[] = _lt('edit node', 'node/' . $block->delta . '/edit', 'edit the content of this nodeblock');
-  }
   if (count($edit_links) == 0) return;
   $vars['eazyedit'] = theme_eazyedit($edit_links); //in case the block content is overwritten or not used in the template we add an eazyedit var 
   $block->content .= $vars['eazyedit'];
