summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapplication/models/Event.php12
1 files changed, 0 insertions, 12 deletions
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;