1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)

This commit is contained in:
Darkvater
2005-04-02 00:17:16 +00:00
parent 043ac73b19
commit 35ff9d850c
3 changed files with 6 additions and 2 deletions

View File

@@ -241,6 +241,7 @@ static void SlCopyBytes(void *ptr, size_t length)
}
}
#if 0
static void SlSkipBytes(size_t length)
{
while (length) {
@@ -248,6 +249,7 @@ static void SlSkipBytes(size_t length)
length--;
}
}
#endif
uint SlGetFieldLength(void)
{