소스 검색

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
-{
-}
-