From 0e7f31b42bc958e57b91fe94dc47b012b2a2b0c9 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 23 Feb 2012 08:51:19 +0700 Subject: [PATCH] MDL-31363 grade: removed 3 constants that are not being used anywhere --- lib/grade/constants.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/grade/constants.php b/lib/grade/constants.php index f26390ced4e..8830fc633f4 100644 --- a/lib/grade/constants.php +++ b/lib/grade/constants.php @@ -68,9 +68,6 @@ define('GRADE_DISPLAY_TYPE_PERCENTAGE_REAL', 21); define('GRADE_REPORT_AGGREGATION_POSITION_FIRST', 0); define('GRADE_REPORT_AGGREGATION_POSITION_LAST', 1); -define('GRADE_REPORT_AGGREGATION_VIEW_FULL', 0); -define('GRADE_REPORT_AGGREGATION_VIEW_AGGREGATES_ONLY', 1); -define('GRADE_REPORT_AGGREGATION_VIEW_GRADES_ONLY', 2); //What to do if category or course total contains a hidden item define('GRADE_REPORT_HIDE_TOTAL_IF_CONTAINS_HIDDEN', 0);//hide the total from students