Remove unused globals
[squirrelmail.git] / functions / options.php
index 93783a6d727827f682872741fdf468c16c2d2020..8416b5f6e7e935c465c01faee70bfbb6855618d8 100644 (file)
@@ -154,7 +154,7 @@ class SquirrelOption {
     }
 
     function createHTMLWidget() {
-        global $javascript_on, $color;
+        global $color;
 
         // Use new value if available
         if (!empty($this->new_value)) {