Skip to content

Commit 68c25ee

Browse files
committed
minor cleanup
1 parent 88cbd19 commit 68c25ee

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

App.xaml.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#endregion
1818

1919
using System.Windows;
20-
using PipeExplorer.Services;
21-
using Splat;
2220

2321
namespace PipeExplorer
2422
{
@@ -27,12 +25,5 @@ namespace PipeExplorer
2725
/// </summary>
2826
public partial class App : Application
2927
{
30-
//protected override void OnStartup(StartupEventArgs e)
31-
//{
32-
// Locator.CurrentMutable.Register<IPipeWatcher>(() => new PipeWatcher());
33-
// Locator.CurrentMutable.RegisterConstant<ISettings>(new Settings());
34-
35-
// base.OnStartup(e);
36-
//}
3728
}
3829
}

Services/ObservableSet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
using System.Reactive;
2525
using System.Reactive.Linq;
2626
using IX.Observable;
27-
using MahApps.Metro.Controls;
2827

2928
namespace PipeExplorer.Services
3029
{

Services/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Collections.Generic;
2121
using System.IO;
2222
using System.Linq;
23-
using System.Reactive;
2423
using System.Reactive.Linq;
2524
using System.Security;
2625
using System.Text.RegularExpressions;

ViewModels/PipeViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
using System.Linq;
2222
using System.Text;
2323
using System.Threading.Tasks;
24-
using System.Windows.Input;
2524
using DynamicData.Binding;
2625
using PipeExplorer.Models;
2726
using PipeExplorer.Services;

0 commit comments

Comments
 (0)