Browse Source

Delete PopupRoot.axaml.cs

Krzysztof Krysiński 2 years ago
parent
commit
0c2cffefeb
1 changed files with 0 additions and 10 deletions
  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
-{
-}
-