diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 03:53:49 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 03:53:49 +0000 |
| commit | 2cbab89e49cbd5b1b5cfd19934212d9b29a7b901 (patch) | |
| tree | 178a6f1c14ac91a65a57aee6dd55f4860c456c22 /Source/Support.cpp | |
| parent | f480008d7a441518d072aad2c4461a917a694f12 (diff) | |
| download | blackshades-2cbab89e49cbd5b1b5cfd19934212d9b29a7b901.tar.gz | |
even more hacking
git-svn-id: svn://svn.icculus.org/blackshades/trunk@34 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Support.cpp')
| -rw-r--r-- | Source/Support.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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; |
