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
parent048cd5cdfa4cf81bed4a96ad1973f32d3e7a0837 (diff)
Removed unused usings
-rw-r--r--FdsBlockDiskInfo.cs3
-rw-r--r--FdsBlockFileAmount.cs5
-rw-r--r--FdsDiskSide.cs2
3 files changed, 0 insertions, 10 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
{
diff --git a/FdsBlockFileAmount.cs b/FdsBlockFileAmount.cs
index c2dd0dd..21e8211 100644
--- a/FdsBlockFileAmount.cs
+++ b/FdsBlockFileAmount.cs
@@ -1,10 +1,5 @@
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
{
diff --git a/FdsDiskSide.cs b/FdsDiskSide.cs
index 4766fcd..8ea8e91 100644
--- a/FdsDiskSide.cs
+++ b/FdsDiskSide.cs
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace com.clusterrr.Famicom.Containers
{