summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap_generic.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-06 10:57:46 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-06 10:57:46 +0100
commit37633a6c794fd35ce3cda8766f8583301a090ba4 (patch)
treea3725e99ab3a587e3e53f6d8eaeddca486e7e91c /program/include/rcube_imap_generic.php
parentf6cd739a0a364fe76f6015b7bc70eac4a3a9bf02 (diff)
Remove unused unEscape() method
Diffstat (limited to 'program/include/rcube_imap_generic.php')
-rw-r--r--program/include/rcube_imap_generic.php12
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.