diff --git a/input.php b/input.php
--- a/input.php
+++ b/input.php
@@ -180,9 +180,6 @@ if (!empty($_REQUEST['selectsemester']))
       
     
   
-  
-    | Add Class | 
-  
 
 
 
diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js
--- a/scripts/scheduleInput.js
+++ b/scripts/scheduleInput.js
@@ -436,14 +436,6 @@ function prettyTime(time_str)
 jQuery(document).ready(function() {
 
 	//--------------------------------------------------
-	// Bind the class-adding method
-	//--------------------------------------------------
-	jQuery('#addclass').click(function() {
-		var classNum = add_class();
-		// add_section(classNum); // enable eventually
-	});
-
-	//--------------------------------------------------
 	// Deletes the selected class from input
 	//--------------------------------------------------
 	jQuery('.deleteClass').live('click', function() {