summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Creole/Anchor.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Creole/Anchor.php')
-rw-r--r--includes/pear/Text/Wiki/Render/Creole/Anchor.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/includes/pear/Text/Wiki/Render/Creole/Anchor.php b/includes/pear/Text/Wiki/Render/Creole/Anchor.php
deleted file mode 100644
index 59dd668..0000000
--- a/includes/pear/Text/Wiki/Render/Creole/Anchor.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
-*
-* This class renders an anchor target name in Creole.
-*
-* @author Manuel Holtgrewe <purestorm at ggnore dot net>
-*
-* @author Paul M. Jones <pmjones at ciaweb dot net>
-*
-* @package Text_Wiki
-*
-*/
-
-class Text_Wiki_Render_Creole_Anchor extends Text_Wiki_Render {
-
- function token($options)
- {
- return '';
- }
-}
-
-?> \ No newline at end of file