[Scummvm-cvs-logs] SF.net SVN: scummvm:[38397] scummvm/trunk/engines/sci/scicore/tools.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Tue Feb 17 10:15:29 CET 2009


Revision: 38397
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38397&view=rev
Author:   wjpalenstijn
Date:     2009-02-17 09:15:29 +0000 (Tue, 17 Feb 2009)

Log Message:
-----------
current versions of BEOS no longer support snooze according to Begasus on IRC

Modified Paths:
--------------
    scummvm/trunk/engines/sci/scicore/tools.cpp

Modified: scummvm/trunk/engines/sci/scicore/tools.cpp
===================================================================
--- scummvm/trunk/engines/sci/scicore/tools.cpp	2009-02-17 09:15:17 UTC (rev 38396)
+++ scummvm/trunk/engines/sci/scicore/tools.cpp	2009-02-17 09:15:29 UTC (rev 38397)
@@ -548,13 +548,6 @@
 	thd_pass();
 }
 
-#elif defined (__BEOS__)
-
-void
-sci_sched_yield() {
-	snooze(0);
-}
-
 #elif defined (WIN32)
 
 void


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list