From 6e98197c49a8b778fd2e5df670ff11e71772add6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Jul 2004 19:32:09 +0000 Subject: [PATCH] compile fix when WITHOUT_NETWORKING --- stepmania/src/NetworkSyncManager.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stepmania/src/NetworkSyncManager.cpp b/stepmania/src/NetworkSyncManager.cpp index dc50b5aadf..ca0886d2d9 100644 --- a/stepmania/src/NetworkSyncManager.cpp +++ b/stepmania/src/NetworkSyncManager.cpp @@ -14,16 +14,6 @@ void NetworkSyncManager::ReportSongOver() { } void NetworkSyncManager::StartRequest() { } void NetworkSyncManager::DisplayStartupStatus() { } void NetworkSyncManager::Update( float fDeltaTime ) { } -void NetworkSyncManager::WriteNT() { } -void NetworkSyncManager::Write1() { } -void NetworkSyncManager::Write2() { } -void NetworkSyncManager::Write4() { } -void NetworkSyncManager::ProcessInput() { } -void NetworkSyncManager::Read1() { } -void NetworkSyncManager::Read2() { } -void NetworkSyncManager::Read4() { } -void NetworkSyncManager::ReadNT() { } - #else #include "ezsockets.h"