From e55ac32a5c56a3d3065dcb80b93f080efd02b1c0 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 6 Apr 2011 00:40:55 +0000 Subject: moved two more deprecated functions out of the main libs git-svn-id: http://code.elgg.org/elgg/trunk@8945 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/objects.php | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'engine/lib/objects.php') 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 @@ -77,23 +77,6 @@ function create_object_entity($guid, $title, $description) { return false; } -/** - * 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 * -- cgit v1.2.3