diff --git a/CustomizePlus/UI/Windows/MainWindow/Tabs/Templates/TemplatePanel.cs b/CustomizePlus/UI/Windows/MainWindow/Tabs/Templates/TemplatePanel.cs index dcb9ae2..d86eec1 100644 --- a/CustomizePlus/UI/Windows/MainWindow/Tabs/Templates/TemplatePanel.cs +++ b/CustomizePlus/UI/Windows/MainWindow/Tabs/Templates/TemplatePanel.cs @@ -105,17 +105,6 @@ public class TemplatePanel : IDisposable Disabled = _boneEditor.IsEditorActive }; - /*private HeaderDrawer.Button SetFromClipboardButton() - => new() - { - Description = - "Try to apply a template from your clipboard over this template.", - Icon = FontAwesomeIcon.Clipboard, - OnClick = SetFromClipboard, - Visible = _selector.Selected != null, - Disabled = (_selector.Selected?.IsWriteProtected ?? true) || _boneEditor.IsEditorActive, - };*/ - private HeaderDrawer.Button ExportToClipboardButton() => new() {