diff --git a/_class/class_milestone_camp.php b/_class/class_milestone_camp.php index 1a82c4c..d4c4d66 100644 --- a/_class/class_milestone_camp.php +++ b/_class/class_milestone_camp.php @@ -8,8 +8,6 @@ class milestone_camp private $msca_id; private $msca_date; private $msca_place; - private $msca_month; - public function set_msca_data_by_id($_msca_id) { global $sql; @@ -31,7 +29,6 @@ class milestone_camp )); } - /** * @return mixed */ @@ -91,26 +88,6 @@ class milestone_camp return $this; } - - /** - * @return mixed - */ - public function get_msca_month() - { - return $this->msca_month; - } - - /** - * @param mixed $msca_month - * - * @return self - */ - public function set_msca_month($msca_month) - { - $this->msca_month = $msca_month; - - return $this; - } }