From d18232627800163f975afac02ca663451db15927 Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 31 May 2010 12:50:50 +0000 Subject: [PATCH] RIP Netscape 3 & 4 git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7451 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/config.php | 8 -------- lib/editpage.php | 5 ----- 2 files changed, 13 deletions(-) diff --git a/lib/config.php b/lib/config.php index 4b82c18f6..d5441ac58 100644 --- a/lib/config.php +++ b/lib/config.php @@ -96,14 +96,6 @@ function isBrowserNetscape($version = false) { if ($version) return $agent and browserVersion() >= $version; else return $agent; } -// NS3 or less -function isBrowserNS3() { - return (isBrowserNetscape() and browserVersion() < 4.0); -} -// NS4 or less -function isBrowserNS4() { - return (isBrowserNetscape() and browserVersion() < 5.0); -} // must omit display alternate stylesheets: konqueror 3.1.4 // http://sourceforge.net/tracker/index.php?func=detail&aid=945154&group_id=6121&atid=106121 function isBrowserKonqueror($version = false) { diff --git a/lib/editpage.php b/lib/editpage.php index b7a31f63f..e3ce28d5a 100644 --- a/lib/editpage.php +++ b/lib/editpage.php @@ -624,11 +624,6 @@ class PageEditor 'cols' => $request->getPref('editWidth'), 'readonly' => (bool) $readonly), $this->_content); - /**