diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index aa07ae5..6a3371c 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -299,19 +299,6 @@ proc grade_Category2html_name { category } { return $html_name } -proc grade_Category2html_name { category } { - switch $category { - "unset" {set html_name --Select--} - Quiz {set html_name Quiz} - HomeWork {set html_name HomeWork} - LabReport {set html_name LabReport} - MidTerm {set html_name MidTerm} - FinalExam {set html_name FinalExam} - default {set html_name unknown} - } - return $html_name -} - proc dbg {msg {level 1}} { if { $level <=2 } { set fid [open log a+] |