Removed outdated iPodLinux support
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403809
This commit is contained in:
parent
207c39a9bc
commit
303667b4b7
8 changed files with 1 additions and 863 deletions
|
@ -195,12 +195,10 @@ SDL_StopEventThread(void)
|
|||
SDL_EventThread = NULL;
|
||||
SDL_DestroyMutex(SDL_EventLock.lock);
|
||||
}
|
||||
#ifndef IPOD
|
||||
if (SDL_EventQ.lock) {
|
||||
SDL_DestroyMutex(SDL_EventQ.lock);
|
||||
SDL_EventQ.lock = NULL;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Uint32
|
||||
|
|
|
@ -33,10 +33,6 @@
|
|||
#define CANT_THREAD_EVENTS
|
||||
#endif
|
||||
|
||||
#ifdef IPOD /* iPod doesn't support threading at all */
|
||||
#define CANT_THREAD_EVENTS
|
||||
#endif
|
||||
|
||||
#ifdef __OS2__ /* The OS/2 event loop runs in a separate thread */
|
||||
#define MUST_THREAD_EVENTS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue