diff --git a/Source/Editor/Windows/ContentWindow.ContextMenu.cs b/Source/Editor/Windows/ContentWindow.ContextMenu.cs index 2a398cfb9..ab00340a5 100644 --- a/Source/Editor/Windows/ContentWindow.ContextMenu.cs +++ b/Source/Editor/Windows/ContentWindow.ContextMenu.cs @@ -288,15 +288,6 @@ namespace FlaxEditor.Windows popup.Hide(); }; }; - /* - button.Size = new Float2(200, 100); - var nameLabel = new Label() - { - Text = "Name:", - Parent = button, - AutoWidth = true, - }; - */ } }