From 03313562d21d5db9bf6a14ebbeab80e06c883d3a Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 24 Jan 2024 02:31:56 +0100 Subject: MRU->RMU, fixes, cleanup --- .../Components/Pages/RoomList.axaml | 21 --------------------- .../Components/Pages/RoomList.axaml.cs | 15 --------------- 2 files changed, 36 deletions(-) delete mode 100644 MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml delete mode 100644 MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml.cs (limited to 'MatrixRoomUtils.Desktop/Components/Pages') diff --git a/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml b/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml deleted file mode 100644 index 0e43d99..0000000 --- a/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - diff --git a/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml.cs b/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml.cs deleted file mode 100644 index 53c3063..0000000 --- a/MatrixRoomUtils.Desktop/Components/Pages/RoomList.axaml.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.ObjectModel; -using Avalonia; -using Avalonia.Controls; -using Avalonia.Markup.Xaml; -using MatrixRoomUtils.Abstractions; - -namespace MatrixRoomUtils.Desktop.Components.Pages; - -public partial class RoomList : UserControl { - private ObservableCollection Rooms { get; set; } = new(); - - public RoomList() { - InitializeComponent(); - } -} \ No newline at end of file -- cgit 1.5.1