OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 05.譜面 / Cチップ配置用UndoRedo.cs
diff --git a/DTXCreatorプロジェクト/コード/05.譜面/Cチップ配置用UndoRedo.cs b/DTXCreatorプロジェクト/コード/05.譜面/Cチップ配置用UndoRedo.cs
deleted file mode 100644 (file)
index 70939e4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Text;\r
-\r
-namespace DTXCreator.譜面\r
-{\r
-       public class Cチップ配置用UndoRedo\r
-       {\r
-               public Cチップ cc;\r
-               public int n小節番号0to;\r
-\r
-               public Cチップ配置用UndoRedo( int n小節番号0to, Cチップ cc )\r
-               {\r
-                       this.n小節番号0to = n小節番号0to;\r
-                       this.cc = cc;\r
-               }\r
-       }\r
-}\r