Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-04-28 09:00:17 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-04-28 09:00:17 +0300
commit8c2976859429fab72dd842d5ee3eabd67b0fcfc4 (patch)
treedf219d9efe7338c4da2d1122392e3a159699a4c9 /FdsBlockDiskInfo.cs
parent048cd5cdfa4cf81bed4a96ad1973f32d3e7a0837 (diff)
Removed unused usings
Diffstat (limited to 'FdsBlockDiskInfo.cs')
-rw-r--r--FdsBlockDiskInfo.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/FdsBlockDiskInfo.cs b/FdsBlockDiskInfo.cs
index 38805d8..3fd6423 100644
--- a/FdsBlockDiskInfo.cs
+++ b/FdsBlockDiskInfo.cs
@@ -1,10 +1,7 @@
using System;
-using System.Collections.Generic;
-using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
-using System.Threading.Tasks;
namespace com.clusterrr.Famicom.Containers
{