From f037a5416ac13e73d775f3c997afe8dfc4917339 Mon Sep 17 00:00:00 2001 From: anuko Date: Mon, 8 Jan 2018 19:16:08 +0000 Subject: [PATCH] Removed unused functions. --- WEB-INF/lib/form/TextArea.class.php | 3 --- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/WEB-INF/lib/form/TextArea.class.php b/WEB-INF/lib/form/TextArea.class.php index 9e8515f9..c6e8d1ff 100644 --- a/WEB-INF/lib/form/TextArea.class.php +++ b/WEB-INF/lib/form/TextArea.class.php @@ -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() { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e35be904..1c89ba47 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.11.3732 | Copyright © Anuko | +  Anuko Time Tracker 1.13.11.3733 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1