diff options
author | thomascube <thomas@roundcube.net> | 2011-11-08 07:45:30 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-08 07:45:30 +0000 |
commit | 3fe6c7082c89c0a8454e015beb08899b36b3b83e (patch) | |
tree | 19348421567d90819d4570a46fea12f61aebd9b6 /program | |
parent | aa546e17887931ccaf6390c2d6a31e028db70aaf (diff) |
Remove unused cruft
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail.php | 1 | ||||
-rw-r--r-- | program/include/rcube_imap.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 1ecdfcde0..969e101f7 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -594,7 +594,6 @@ class rcmail return; $this->imap = new rcube_imap(); - $this->imap->debug_level = $this->config->get('debug_level'); $this->imap->skip_deleted = $this->config->get('skip_deleted'); // enable caching of imap data diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index d2f954733..a1ddde76d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -32,7 +32,6 @@ */ class rcube_imap { - public $debug_level = 1; public $skip_deleted = false; public $page_size = 10; public $list_page = 1; |