From 37633a6c794fd35ce3cda8766f8583301a090ba4 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 06 Nov 2012 04:57:46 -0500
Subject: [PATCH] Remove unused unEscape() method

---
 program/include/rcube_imap_generic.php |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/program/include/rcube_imap_generic.php b/program/include/rcube_imap_generic.php
index 9c525dc..651de9d 100644
--- a/program/include/rcube_imap_generic.php
+++ b/program/include/rcube_imap_generic.php
@@ -3658,18 +3658,6 @@
     }
 
     /**
-     * Unescapes quoted-string
-     *
-     * @param string  $string       IMAP string
-     *
-     * @return string String
-     */
-    static function unEscape($string)
-    {
-        return stripslashes($string);
-    }
-
-    /**
      * Set the value of the debugging flag.
      *
      * @param   boolean $debug      New value for the debugging flag.

--
Gitblit v1.9.1