diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 3964b0bf61..45375b0e8c 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -784,15 +784,6 @@ namespace OpenSim.Region.Framework.Scenes
#endregion
- ///
- /// Add the part to the queue of parts for which we need to send an update to the client
- ///
- ///
- public void QueuePartForUpdate(SceneObjectPart part)
- {
- m_sceneViewer.QueuePartForUpdate(part);
- }
-
public uint GenerateClientFlags(UUID ObjectID)
{
return m_scene.Permissions.GenerateClientFlags(m_uuid, ObjectID);