aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php
index 8819a1094..b138d6888 100644
--- a/engine/lib/objects.php
+++ b/engine/lib/objects.php
@@ -78,23 +78,6 @@ function create_object_entity($guid, $title, $description) {
}
/**
- * THIS FUNCTION IS DEPRECATED.
- *
- * Delete a object's extra data.
- *
- * @todo - this should be removed - was deprecated in 1.5 or earlier
- *
- * @param int $guid GUID
- *
- * @return 1
- */
-function delete_object_entity($guid) {
- system_message(elgg_echo('deprecatedfunction', array('delete_user_entity')));
-
- return 1; // Always return that we have deleted one row in order to not break existing code.
-}
-
-/**
* Get the sites this object is part of
*
* @param int $object_guid The object's GUID