From 886dc05a5510c51441121008995bfc2497b0baaf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 20 Sep 2004 07:20:19 +0000 Subject: [PATCH] WITHOUT_NETWORKING fixes --- stepmania/src/NetworkSyncServer.cpp | 1 - stepmania/src/NetworkSyncServer.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/NetworkSyncServer.cpp b/stepmania/src/NetworkSyncServer.cpp index b67d1c654e..a78971395b 100644 --- a/stepmania/src/NetworkSyncServer.cpp +++ b/stepmania/src/NetworkSyncServer.cpp @@ -10,7 +10,6 @@ void StepManiaLanServer::ServerStop() { } void StepManiaLanServer::ServerUpdate() { } StepManiaLanServer::StepManiaLanServer() { } StepManiaLanServer::~StepManiaLanServer() { } -bool StepManiaLanServer::IsBanned(in_addr &ip) {} #else LanPlayer::LanPlayer() diff --git a/stepmania/src/NetworkSyncServer.h b/stepmania/src/NetworkSyncServer.h index 3395864372..159b6e933f 100644 --- a/stepmania/src/NetworkSyncServer.h +++ b/stepmania/src/NetworkSyncServer.h @@ -128,9 +128,8 @@ private: void Disconnect(const unsigned int clientNum); void ClientsSongSelectStart(); void ResetLastSongInfo(); -}; - #endif +}; #endif