summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/User.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/classes/User.php b/classes/User.php
index 4242d0109..a8862ddad 100644
--- a/classes/User.php
+++ b/classes/User.php
@@ -147,19 +147,6 @@ class User extends Memcached_DataObject
return true;
}
- function noticesWithFriendsWindow() {
-
-
- $notice = new Notice();
-
- $notice->query('SELECT notice.* ' .
- 'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed ' .
- 'WHERE subscription.subscriber = ' . $this->id . ' ' .
- 'ORDER BY created DESC, notice.id DESC ' .
- 'LIMIT 0, ' . WITHFRIENDS_CACHE_WINDOW);
-
- }
-
static function register($fields) {
# MAGICALLY put fields into current scope