From b3f05ab73cb48a0462839f946154df05f2ea7c14 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 27 Sep 2011 18:41:50 +0200 Subject: minor --- application/models/Event.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'application/models') diff --git a/application/models/Event.php b/application/models/Event.php index 143e6c0..24cbcd4 100755 --- a/application/models/Event.php +++ b/application/models/Event.php @@ -14,7 +14,6 @@ class Application_Model_Event { protected $_eventID; protected $_title; - protected $_action; protected $_start; protected $_end; protected $_participants; @@ -173,17 +172,6 @@ class Application_Model_Event return $this; } - public function getAction() - { - return $this->_action; - } - - public function setAction($_action) - { - $this->_action = $_action; - return $this; - } - public function getPbs_poolID() { return $this->_pbs_poolID; -- cgit v1.2.3-55-g7522