Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 20, 2021
1 parent 818cfcb commit aa217ad
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 28 deletions.
8 changes: 1 addition & 7 deletions MCLauncher/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Diagnostics;

This comment has been minimized.

Copy link
@Faistyva

Faistyva Feb 5, 2022

poopy

using System.Windows;

namespace MCLauncher {
Expand Down
6 changes: 0 additions & 6 deletions MCLauncher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using Microsoft.Win32;

namespace MCLauncher {
using System.ComponentModel;
Expand Down Expand Up @@ -375,13 +373,9 @@ public interface ICommonVersionCommands {

}

public class Versions : List<Object> {
}

public class Version : NotifyPropertyChangedBase {
public static readonly string UNKNOWN_UUID = "UNKNOWN";

public Version() { }
public Version(string uuid, string name, bool isBeta, ICommonVersionCommands commands) {
this.UUID = uuid;
this.Name = name;
Expand Down
8 changes: 1 addition & 7 deletions MCLauncher/Preferences.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MCLauncher {
namespace MCLauncher {
public class Preferences {
public bool ShowBetas { get; set; } = true;

Expand Down
2 changes: 0 additions & 2 deletions MCLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

Expand Down
2 changes: 0 additions & 2 deletions MCLauncher/VersionList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Threading;

namespace MCLauncher {
class VersionList : ObservableCollection<WPFDataTypes.Version> {
Expand Down
4 changes: 0 additions & 4 deletions MCLauncher/WUTokenHelper.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;

namespace MCLauncher {
class WUTokenHelper {
Expand Down

0 comments on commit aa217ad

Please sign in to comment.