Switched to using shorter ActionErrors functions
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 0206136..9cdc21b 100644 (file)
@@ -32,10 +32,6 @@ class ActionErrors {
     function ActionErrors() {
     }
 
-    function isEmpty() {
-        return (count($this->errors)>0 ? false : true);
-    }
-
     function exist() {
         return (count($this->errors)>0 ? true : false);
     }