Explorar o código

[GENERIC] Zend_Filter:

- deleted unused constant

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20339 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas %!s(int64=16) %!d(string=hai) anos
pai
achega
8a927ac63a
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      library/Zend/Filter/StripTags.php

+ 0 - 5
library/Zend/Filter/StripTags.php

@@ -35,11 +35,6 @@ require_once 'Zend/Filter/Interface.php';
 class Zend_Filter_StripTags implements Zend_Filter_Interface
 {
     /**
-     * Unique ID prefix used for allowing comments
-     */
-    const UNIQUE_ID_PREFIX = '__Zend_Filter_StripTags__';
-
-    /**
      * Whether comments are allowed
      *
      * If false (the default), then comments are removed from the input string.