From 2cbab89e49cbd5b1b5cfd19934212d9b29a7b901 Mon Sep 17 00:00:00 2001 From: relnev Date: Wed, 8 Jan 2003 03:53:49 +0000 Subject: even more hacking git-svn-id: svn://svn.icculus.org/blackshades/trunk@34 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/Support.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Source/Support.cpp') diff --git a/Source/Support.cpp b/Source/Support.cpp index 7013aac..a262122 100644 --- a/Source/Support.cpp +++ b/Source/Support.cpp @@ -12,13 +12,6 @@ void Microseconds(UnsignedWide *microTickCount) microTickCount->lo = SDL_GetTicks() * 1000; } -OSErr FSRead(int refNum, long *count, void *buffPtr) -{ - read(refNum, buffPtr, *count); - - return 0; -} - void GetMouse(Point *p) { STUB_FUNCTION; -- cgit v1.2.3