Removed double click to rename content item

This commit is contained in:
Chandler Cox
2022-09-28 22:03:26 -05:00
parent 76a66cf400
commit 789ec55dbe
2 changed files with 3 additions and 21 deletions

View File

@@ -536,15 +536,6 @@ namespace FlaxEditor.Content.GUI
}
}
/// <summary>
/// Called when user wants to rename item.
/// </summary>
/// <param name="item">The item.</param>
public void OnItemDoubleClickName(ContentItem item)
{
OnRename?.Invoke(item);
}
/// <summary>
/// Called when user wants to open item.
/// </summary>