Remove unused pref.
[squirrelmail.git] / include / options / display.php
index 14450064ed3bcd02427a2f0713fe7e74ca420f75..59c3af306f5c89e6bee41e385e87586b19ad386e 100644 (file)
@@ -229,13 +229,6 @@ function load_optpage_data_display() {
         'refresh' => SMOPT_REFRESH_NONE
     );
 
-    $optvals[SMOPT_GRP_MESSAGE][] = array(
-        'name'    => 'pf_subtle_link',
-        'caption' => _("Enable Subtle Printer Friendly Link"),
-        'type'    => SMOPT_TYPE_BOOLEAN,
-        'refresh' => SMOPT_REFRESH_NONE
-    );
-
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'pf_cleandisplay',
         'caption' => _("Enable Printer Friendly Clean Display"),