]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionErrors.class.php
Cosmetic change to test easier git push.
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index 0206136146ea9751a01eaa8438af99c5a57586b5..a13104d7349f446649fc9fdb4f81df605fa7a8c2 100644 (file)
@@ -32,14 +32,6 @@ class ActionErrors {
     function ActionErrors() {
     }
 
-    function isEmpty() {
-        return (count($this->errors)>0 ? false : true);
-    }
-
-    function exist() {
-        return (count($this->errors)>0 ? true : false);
-    }
-
     function no() {
         return (count($this->errors)>0 ? false : true);
     }