瀏覽代碼

Delete PopupRoot.axaml.cs

Krzysztof Krysiński 2 年之前
父節點
當前提交
0c2cffefeb
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      src/PixiEditor.UI.Common/Controls/PopupRoot.axaml.cs

+ 0 - 10
src/PixiEditor.UI.Common/Controls/PopupRoot.axaml.cs

@@ -1,10 +0,0 @@
-using Avalonia;
-using Avalonia.Controls;
-using Avalonia.Controls.Primitives;
-
-namespace PixiEditor.UI.Common.Controls;
-
-public class PopupRoot : TemplatedControl
-{
-}
-