diff options
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; |
