diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-06 10:57:46 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-06 10:57:46 +0100 |
commit | 37633a6c794fd35ce3cda8766f8583301a090ba4 (patch) | |
tree | a3725e99ab3a587e3e53f6d8eaeddca486e7e91c /program/include | |
parent | f6cd739a0a364fe76f6015b7bc70eac4a3a9bf02 (diff) |
Remove unused unEscape() method
Diffstat (limited to 'program/include')
-rw-r--r-- | 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 9c525dcba..651de9d97 100644 --- a/program/include/rcube_imap_generic.php +++ b/program/include/rcube_imap_generic.php @@ -3658,18 +3658,6 @@ class rcube_imap_generic } /** - * 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. |