Skip to content

Commit 25927f6

Browse files
committed
remove useless code
1 parent 19f18fc commit 25927f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ATA-GUI/Forms/ShellCommandsForm.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Windows.Forms;
43
using ATA_GUI.Classes;
54
using ATA_GUI.Utils;
@@ -9,7 +8,6 @@ namespace ATA_GUI.Forms
98
public partial class ShellCommandsForm : Form
109
{
1110
private readonly string Package;
12-
private readonly List<string> Permissions;
1311

1412
public ShellCommandsForm(string package)
1513
{

ATA-GUI/Forms/UpdateForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
using ATA_GUI.Utils;
21
using System;
32
using System.IO;
43
using System.IO.Compression;
54
using System.Net.Http;
65
using System.Threading;
76
using System.Threading.Tasks;
87
using System.Windows.Forms;
8+
using ATA_GUI.Utils;
99

1010
namespace ATA_GUI
1111
{

0 commit comments

Comments
 (0)