]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/ActionForm.class.php
Removed unused function.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index edc15708d28a89d63e917bb58fe5b81c6606e793..ece7ceb9fac4d7f4e854767fdcde76146856b123 100644 (file)
@@ -99,17 +99,7 @@ class ActionForm {
                $this->mInitForm = true;
         }
     }
-    
-    /**
-     * Init custom variables
-     *
-     * @param unknown $request
-     * @param unknown $respons
-     */
-    function initVariables(&$request, &$respons) {
-       
-    }
-    
+
     function setVariablesNames($namelist) {
         $this->mVariables = $namelist;
     }