]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/FormElement.class.php
Removed unused stuff.
[timetracker.git] / WEB-INF / lib / form / FormElement.class.php
index f8b92d6fdec478bf47a2af98204773400d1b3bdb..6bdca866cafb12ae0c406a649e0d120f2d33bc27 100644 (file)
@@ -35,7 +35,6 @@ class FormElement {
   var $size = '';
   var $max_length = '';
   // TODO: refactoring ongoing down from here.
-       var $mAccesskey     = "";
        var $mOnSelect          = "";
        var $mOnChange          = "";
        var $mOnClick           = "";
@@ -76,9 +75,6 @@ class FormElement {
        
        function setMaxLength($value) { $this->max_length = $value; }
        function getMaxLength() { return $this->max_length; }
-       
-       function setAccesskey($value) { $this->mAccesskey = $value; }
-       function getAccesskey() { return $this->mAccesskey; }
 
        function setStyle($value)       { $this->mStyle = $value; }
        function getStyle() { return $this->mStyle; }