Index: talk.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/talk/talk.module,v
retrieving revision 1.6.2.4
diff -u -r1.6.2.4 talk.module
--- talk.module	10 Apr 2009 16:10:33 -0000	1.6.2.4
+++ talk.module	19 Apr 2009 04:52:53 -0000
@@ -130,15 +130,6 @@
 }
 
 /**
- * Implementation of hook_link_alter().
- */
-function talk_link_alter(&$links, $node) {
-  if (talk_activated($node->type)) {
-    unset($links['comment_add']);
-  }
-}
-
-/**
  * Implementation of hook_comment()
  * Changing the destination to the talk page after posting a comment
  */
