Skip to content

Commit 25a098f

Browse files
committed
fix: Remove unused class
1 parent ee9c56d commit 25a098f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Source/Menu/Notifications/Notifications.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// COPYRIGHT 2009 - 2024 by the Open Rails project.
1+
// COPYRIGHT 2009 - 2024 by the Open Rails project.
22
//
33
// This file is part of Open Rails.
44
//
@@ -26,12 +26,6 @@ public class Notifications
2626
public List<Check> CheckList = new List<Check>();
2727
}
2828

29-
class JsonInput
30-
{
31-
public List<Notification> NotificationList { get; set; }
32-
public List<Check> CheckList { get; set; }
33-
}
34-
3529
public class Notification
3630
{
3731
public string Date { get; set; }

0 commit comments

Comments
 (0)