Skip to content

Commit

Permalink
dead code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Nov 28, 2020
1 parent 1a88a37 commit 824233f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion src/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Application x:Class="EverythingFrontend.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EverythingFrontend"
StartupUri="View.xaml">

<Application.Resources>
Expand Down
10 changes: 1 addition & 9 deletions src/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;

using System.Windows;

namespace EverythingFrontend
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
Expand Down
2 changes: 0 additions & 2 deletions src/ViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

using System.Collections.Generic;
using System.Threading.Tasks;
using System.Windows;

namespace EverythingFrontend
Expand All @@ -13,7 +12,6 @@ public ViewModel()
{
TypeAssistant = new TypeAssistant();
TypeAssistant.Idled += TypeAssistant_Idled;
Task.Run(() => Update(""));
}

private List<Item> ItemsValue;
Expand Down

0 comments on commit 824233f

Please sign in to comment.