From 28ae4f681d244c2c9ec5c609480d812390906a3c Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 15 Jan 2003 15:15:17 +0000 Subject: [PATCH] Remove unused pref. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4423 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 1 - include/options/display.php | 7 ------- 2 files changed, 8 deletions(-) diff --git a/include/load_prefs.php b/include/load_prefs.php index a0278c88..a261e76b 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -214,7 +214,6 @@ $enable_forward_as_attachment = $show_xmailer_default = getPref($data_dir, $username, 'show_xmailer_default', SMPREF_OFF ); $attachment_common_show_images = getPref($data_dir, $username, 'attachment_common_show_images', SMPREF_OFF ); -$pf_subtle_link = getPref($data_dir, $username, 'pf_subtle_link', SMPREF_ON); $pf_cleandisplay = getPref($data_dir, $username, 'pf_cleandisplay', SMPREF_OFF); /* message disposition notification support setting */ diff --git a/include/options/display.php b/include/options/display.php index 14450064..59c3af30 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -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"), -- 2.25.1