Skip to content

Commit 822a485

Browse files
committed
Remove useless call
1 parent 33bc784 commit 822a485

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetworkSyncManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ void ETTProtocol::FindJsonChart(NetworkSyncManager* n, json& ch)
493493
n->m_sArtist = ch.value("artist", "");
494494
n->difficulty = StringToDifficulty(ch.value("difficulty", "Invalid"));
495495
n->meter = ch.value("meter", -1);
496-
StringToStyleType(ch.value("stepstype", "Invalid"));
497496

498497
if (!n->chartkey.empty()) {
499498
auto song = SONGMAN->GetSongByChartkey(n->chartkey);

0 commit comments

Comments
 (0)