]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextArea.class.php
Removed unused functions.
[timetracker.git] / WEB-INF / lib / form / TextArea.class.php
index 9e8515f9471191cf41bbd93159ff388220f5420f..c6e8d1ff8b9ef14104d73d4bd6e93cff779b94f1 100644 (file)
@@ -40,10 +40,7 @@ class TextArea extends FormElement {
   }
 
        function setColumns($value)     { $this->mColumns = $value;     }
-       function getColumns()   { return $this->mColumns; }
-
        function setRows($value)        { $this->mRows = $value;        }
-       function getRows()      { return $this->mRows; }
        
        function getHtml() {