Remove legacy network code

This commit is contained in:
Martin Natano
2022-04-09 13:11:17 +02:00
committed by teejusb
parent f1e3e4d519
commit 4c0aef69dd
124 changed files with 56 additions and 10863 deletions
-2
View File
@@ -18,7 +18,6 @@
#include "InputMapper.h"
#include "RageFileManager.h"
#include "LightsManager.h"
#include "NetworkSyncManager.h"
#include "RageTimer.h"
#include "RageInput.h"
@@ -283,7 +282,6 @@ void GameLoop::UpdateAllButDraw(bool bRunningFromVBLANK)
GAMESTATE->Update(fDeltaTime);
SCREENMAN->Update(fDeltaTime);
MEMCARDMAN->Update();
NSMAN->Update(fDeltaTime);
/* Important: Process input AFTER updating game logic, or input will be
* acting on song beat from last frame */