Skip to content

Commit

Permalink
Remove unused using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
rguida committed May 17, 2024
1 parent 1cdc230 commit 8edc118
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 41 deletions.
2 changes: 0 additions & 2 deletions MMExNotifier.Tests/MainViewModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using MMExNotifier.Helpers;
using MMExNotifier.ViewModels;
using Moq;
using Windows.Media.ClosedCaptioning;

namespace MMExNotifier.Tests
{
Expand Down Expand Up @@ -121,6 +120,5 @@ public void OnDatabaseError_ShouldShowErrorMessage()

mockNotificationService.Verify();
}

}
}
2 changes: 0 additions & 2 deletions MMExNotifier/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using MMExNotifier.DataModel;
using MMExNotifier.Helpers;
using MMExNotifier.ViewModels;
using System;
using System.Threading;
using System.Windows;

namespace MMExNotifier
Expand Down
4 changes: 0 additions & 4 deletions MMExNotifier/DataModel/AppConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using Microsoft.Win32.TaskScheduler;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace MMExNotifier.DataModel
{
Expand Down
4 changes: 0 additions & 4 deletions MMExNotifier/Helpers/INotificationService.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MMExNotifier.Helpers
{
Expand Down
6 changes: 1 addition & 5 deletions MMExNotifier/MVVM/RangeObservableCollection.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MMExNotifier.MVVM
{
Expand Down
4 changes: 0 additions & 4 deletions MMExNotifier/MVVM/RelayCommand.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;

namespace MMExNotifier.MVVM
Expand Down
6 changes: 0 additions & 6 deletions MMExNotifier/MVVM/ViewModelBase.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using Windows.ApplicationModel.Resources.Core;

namespace MMExNotifier.MVVM
{
Expand Down
11 changes: 1 addition & 10 deletions MMExNotifier/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
using Microsoft.Toolkit.Uwp.Notifications;
using MMExNotifier.Database;
using MMExNotifier.Database;
using MMExNotifier.DataModel;
using MMExNotifier.Helpers;
using MMExNotifier.MVVM;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Windows.UI.ApplicationSettings;

namespace MMExNotifier.ViewModels
{
Expand Down
4 changes: 0 additions & 4 deletions MMExNotifier/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using Microsoft.Win32;
using Microsoft.Win32.TaskScheduler;
using System.Security.Principal;
using System.IO;
using System.ComponentModel;
using Drawing = System.Drawing;
using System.Reflection;
using MMExNotifier.DataModel;

namespace MMExNotifier
{
Expand Down

0 comments on commit 8edc118

Please sign in to comment.