summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Creole/Freelink.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Creole/Freelink.php')
-rw-r--r--includes/pear/Text/Wiki/Render/Creole/Freelink.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/pear/Text/Wiki/Render/Creole/Freelink.php b/includes/pear/Text/Wiki/Render/Creole/Freelink.php
deleted file mode 100644
index 0439ac5..0000000
--- a/includes/pear/Text/Wiki/Render/Creole/Freelink.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-require_once 'Text/Wiki/Render/Creole/Wikilink.php';
-
-class Text_Wiki_Render_Creole_Freelink extends Text_Wiki_Render_Creole_Wikilink {
- // renders identically to wikilinks, only the parsing is different :-)
-}
-
-?> \ No newline at end of file