]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FormElement.class.php
Removed unused member variable.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index f2d0c9207e80168982387724409d85b704ce2429..945fcfbac715f64a2a674001996def4480c1652e 100644 (file)
@@ -38,8 +38,6 @@ class FormElement {
   var $on_click = '';   // What happens when the control is clicked.
 
   // TODO: refactoring ongoing down from here.
-       var $mOnKeyPress        = ""; // This is only used in TextArea, consider moving out of the base class.
-       var $mOnFocus           = "";
        var $mLabel         = "";
        var $mStyle         = "";
        var $mRenderable    = true;