From c1104e803d0557bdb399631f28aae9aebc01fd7e Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Sun, 17 Sep 2023 17:48:09 -0500 Subject: [PATCH] Code cleanup --- Source/Editor/Windows/ContentWindow.ContextMenu.cs | 9 --------- 1 file changed, 9 deletions(-) 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, - }; - */ } }