Removed unused class variable in edit_form.php

This commit is contained in:
Mark Nelson 2013-04-26 17:16:31 +08:00
parent 47b79abf6c
commit aa835a1304

View file

@ -38,11 +38,6 @@ class mod_customcert_edit_form extends moodleform {
*/ */
private $id = null; private $id = null;
/**
* The course.
*/
private $course = null;
/** /**
* The total number of pages for this cert. * The total number of pages for this cert.
*/ */