summaryrefslogtreecommitdiff
path: root/lib/mailbox.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-17 17:13:59 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-17 17:13:59 -0700
commit4fc4c0a74bd08f568a55d65660ca2e5170165905 (patch)
tree001e51df6be430e56adc26ff124b41b38583b1ed /lib/mailbox.php
parent164588ef0fd2c9c9f1858f1d21d6758356ce7885 (diff)
Remove stale reference to deprecated personal.php
Diffstat (limited to 'lib/mailbox.php')
-rw-r--r--lib/mailbox.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php
index 766510a47..b282ce368 100644
--- a/lib/mailbox.php
+++ b/lib/mailbox.php
@@ -31,8 +31,6 @@ if (!defined('LACONICA')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/personal.php';
-
define('MESSAGES_PER_PAGE', 20);
/**