Remove old function that is never called.
authorDan Marsden <dan@danmarsden.com>
Wed, 16 Mar 2016 02:30:13 +0000 (15:30 +1300)
committerDan Marsden <dan@danmarsden.com>
Wed, 16 Mar 2016 02:30:13 +0000 (15:30 +1300)
lib.php

diff --git a/lib.php b/lib.php
index 710bd42..e2dbc88 100644 (file)
--- 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