From aa835a1304d8f9fef8d97927cf62d6b7bdf28e20 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 26 Apr 2013 17:16:31 +0800 Subject: [PATCH] Removed unused class variable in edit_form.php --- edit_form.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/edit_form.php b/edit_form.php index e61c9af..70e5828 100644 --- a/edit_form.php +++ b/edit_form.php @@ -38,11 +38,6 @@ class mod_customcert_edit_form extends moodleform { */ private $id = null; - /** - * The course. - */ - private $course = null; - /** * The total number of pages for this cert. */