summaryrefslogtreecommitdiff
path: root/includes/controllers/hourglass_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-04-19 21:02:09 +0000
committerfisharebest <fisharebest@gmail.com>2010-04-19 21:02:09 +0000
commit1bea948b6991f5825b1dccff120b283a0cb70f27 (patch)
tree3887788f61745db5ab3674cae4127c311d8329ed /includes/controllers/hourglass_ctrl.php
parentfe7cda0b409e31b7055889ee6a1acef6eafc9947 (diff)
downloadwebtrees-1bea948b6991f5825b1dccff120b283a0cb70f27.tar.gz
webtrees-1bea948b6991f5825b1dccff120b283a0cb70f27.tar.bz2
webtrees-1bea948b6991f5825b1dccff120b283a0cb70f27.zip
Diffstat (limited to 'includes/controllers/hourglass_ctrl.php')
-rw-r--r--includes/controllers/hourglass_ctrl.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/controllers/hourglass_ctrl.php b/includes/controllers/hourglass_ctrl.php
index c950e85eee..bb789675ad 100644
--- a/includes/controllers/hourglass_ctrl.php
+++ b/includes/controllers/hourglass_ctrl.php
@@ -138,18 +138,6 @@ class HourglassControllerRoot extends BaseController {
$this->position = "absolute";
$this->display = "none";
}
- //-- perform the desired action
- switch($this->action) {
-/* case "addfav":
- $this->addFavorite();
- break; */
- case "accept":
- $this->acceptChanges();
- break;
- case "undo":
- $this->hourPerson->undoChange();
- break;
- }
}
/**