diff --git a/OpenTaiko/src/Common/OpenTaiko.cs b/OpenTaiko/src/Common/OpenTaiko.cs index a4b612ff..8321c636 100755 --- a/OpenTaiko/src/Common/OpenTaiko.cs +++ b/OpenTaiko/src/Common/OpenTaiko.cs @@ -38,8 +38,6 @@ namespace OpenTaiko { .FirstOrDefault() ?.InformationalVersion ?? $"{GetAppDisplayThreePartVersion()} (unknown informational version)"; - public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; - public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 public static CStage latestSongSelect { get; diff --git a/OpenTaiko/src/Stages/06.SongLoading/CStage曲読み込み.cs b/OpenTaiko/src/Stages/06.SongLoading/CStage曲読み込み.cs index abd8fcef..1a64e9fb 100644 --- a/OpenTaiko/src/Stages/06.SongLoading/CStage曲読み込み.cs +++ b/OpenTaiko/src/Stages/06.SongLoading/CStage曲読み込み.cs @@ -37,18 +37,9 @@ namespace OpenTaiko { var strフォルダ名 = Path.GetDirectoryName(strDTXファイルパス) + Path.DirectorySeparatorChar; - if (File.Exists(strフォルダ名 + @"set.def")) { - var cdtx = new CDTX(strDTXファイルパス, true, 1.0, 0, 1); - - this.str曲タイトル = cdtx.TITLE.GetString(""); - this.strサブタイトル = cdtx.SUBTITLE.GetString(""); - - cdtx.DeActivate(); - } else { - var 譜面情報 = OpenTaiko.stageSongSelect.r確定されたスコア.譜面情報; - this.str曲タイトル = 譜面情報.タイトル; - this.strサブタイトル = 譜面情報.strサブタイトル; - } + var 譜面情報 = OpenTaiko.stageSongSelect.r確定されたスコア.譜面情報; + this.str曲タイトル = 譜面情報.タイトル; + this.strサブタイトル = 譜面情報.strサブタイトル; this.strSTAGEFILE = CSkin.Path(@$"Graphics{Path.DirectorySeparatorChar}4_SongLoading{Path.DirectorySeparatorChar}Background.png");