aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/resource.h
diff options
context:
space:
mode:
authorMax Horn2009-02-21 18:21:00 +0000
committerMax Horn2009-02-21 18:21:00 +0000
commitb6c9b12e64426e57c24dc4742bed641546bbe395 (patch)
treed3ac706abc2e07ac5104aa838c944c8ebdc4380a /engines/sci/include/resource.h
parent273271767b1a38a35765b3525b35273b0f22835f (diff)
downloadscummvm-rg350-b6c9b12e64426e57c24dc4742bed641546bbe395.tar.gz
scummvm-rg350-b6c9b12e64426e57c24dc4742bed641546bbe395.tar.bz2
scummvm-rg350-b6c9b12e64426e57c24dc4742bed641546bbe395.zip
SCI: Got rid of sci_sched_yield
svn-id: r38719
Diffstat (limited to 'engines/sci/include/resource.h')
-rw-r--r--engines/sci/include/resource.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/include/resource.h b/engines/sci/include/resource.h
index a6ab89c1f5..5972cf2553 100644
--- a/engines/sci/include/resource.h
+++ b/engines/sci/include/resource.h
@@ -250,11 +250,6 @@ int is_print_str(char *str);
/** Find first set bit in bits and return its index. Returns 0 if bits is 0. */
int sci_ffs(int bits);
-void sci_sched_yield(void);
-/* Yields the running process/thread to the scheduler
-** Parameters: (void)
-** Returns : after a while.
-*/
/* The following was originally based on glib.h code, which was
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald