about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GridText.c b/src/GridText.c
index c9d5b5a9..8319737c 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -2719,9 +2719,6 @@ PUBLIC int HText_beginAnchor ARGS3(
     /*
      *  If we are doing link_numbering add the link number.
      */
-    if (verbose_links) { 
-	HText_appendText(text, "(LINK)"); 
-    } 
     if ((a->number > 0) &&
 	(keypad_mode == LINKS_ARE_NUMBERED ||
 	 keypad_mode == LINKS_AND_FORM_FIELDS_ARE_NUMBERED)) {