summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/Profile.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 4c14f62a0..4b2e09006 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -716,12 +716,4 @@ class Profile extends Memcached_DataObject
}
return $result;
}
-
- function hasForwarded($notice_id)
- {
- $forward = Forward::pkeyGet(array('profile_id' => $this->id,
- 'notice_id' => $notice_id));
-
- return (!empty($forward));
- }
}