Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit 94ef580

Browse files
committed
Remove unnecessary dependencies
1 parent f1153f4 commit 94ef580

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Trackr/Main.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
using Newtonsoft.Json;
22
using System;
33
using System.Collections.Generic;
4-
using System.ComponentModel;
54
using System.Data;
65
using System.Drawing;
76
using System.IO;
87
using System.Linq;
9-
using System.Text;
108
using System.Threading;
11-
using System.Threading.Tasks;
129
using System.Windows.Forms;
1310

1411
namespace Trackr

0 commit comments

Comments
 (0)