includes/wikiengine/Render/Plain/Prefilter.php
changeset 1027 98c052fc3337
parent 1026 f0431eb8161e
child 1028 dde4416dea00
--- a/includes/wikiengine/Render/Plain/Prefilter.php	Sun Jun 21 00:16:21 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<?php
-
-/*
- * Enano project note: this skeleton class was rewritten due to a licensing issue.
- */
-
-/**
-* 
-* This class implements a Text_Wiki_Render_Xhtml to "pre-filter" source text so
-* that line endings are consistently \n, lines ending in a backslash \
-* are concatenated with the next line, and tabs are converted to spaces.
-*
-* @author Paul M. Jones <pmjones@php.net>
-*
-* @package Text_Wiki
-*
-*/
-
-class Text_Wiki_Render_Plain_Prefilter  extends Text_Wiki_Render
-{
-  function token()
-  {
-    return '';
-  }
-}