Skip to content

Commit

Permalink
MDL-31363 grade: removed 3 constants that are not being used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis committed Feb 23, 2012
1 parent 0dde394 commit 0e7f31b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/grade/constants.php
Expand Up @@ -68,9 +68,6 @@

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
Expand Down

0 comments on commit 0e7f31b

Please sign in to comment.