Remove redundant code.

master v1.2.2
Icedream 2015-04-19 00:22:05 +02:00
parent 456cb2d593
commit 6c16f8bf1e
2 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using GarrysMod.AddonCreator.Hashing;
using Newtonsoft.Json;

View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text;
using System.Text.RegularExpressions;
namespace GarrysMod.AddonCreator.Addon