Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed Aug 12, 2024
1 parent 19f18fc commit 25927f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ATA-GUI/Forms/ShellCommandsForm.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using ATA_GUI.Classes;
using ATA_GUI.Utils;
Expand All @@ -9,7 +8,6 @@ namespace ATA_GUI.Forms
public partial class ShellCommandsForm : Form
{
private readonly string Package;
private readonly List<string> Permissions;

public ShellCommandsForm(string package)
{
Expand Down
2 changes: 1 addition & 1 deletion ATA-GUI/Forms/UpdateForm.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using ATA_GUI.Utils;
using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using ATA_GUI.Utils;

namespace ATA_GUI
{
Expand Down

0 comments on commit 25927f6

Please sign in to comment.