Removed unused function
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 9cdc21b..a13104d 100644 (file)
@@ -32,10 +32,6 @@ class ActionErrors {
     function ActionErrors() {
     }
 
-    function exist() {
-        return (count($this->errors)>0 ? true : false);
-    }
-
     function no() {
         return (count($this->errors)>0 ? false : true);
     }