From 00fd95718866fe2a3d869bb53b51da5ed848749d Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 16 Mar 2016 15:30:13 +1300 Subject: [PATCH] Remove old function that is never called. --- lib.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib.php b/lib.php index 710bd42..e2dbc88 100644 --- a/lib.php +++ b/lib.php @@ -326,10 +326,6 @@ function attendance_grade_item_delete($attendance) { $attendance->id, 0, null, array('deleted' => 1)); } -function attendance_get_participants($attendanceid) { - return false; -} - /** * This function returns if a scale is being used by one attendance * it it has support for grading and scales. Commented code should be