[Scummvm-cvs-logs] SF.net SVN: scummvm:[48097] scummvm/trunk/engines/sci/engine/kernel.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun Feb 21 00:31:07 CET 2010
Revision: 48097
http://scummvm.svn.sourceforge.net/scummvm/?rev=48097&view=rev
Author: thebluegr
Date: 2010-02-20 23:30:59 +0000 (Sat, 20 Feb 2010)
Log Message:
-----------
Removed dead code
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kernel.h
Modified: scummvm/trunk/engines/sci/engine/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.h 2010-02-20 12:29:34 UTC (rev 48096)
+++ scummvm/trunk/engines/sci/engine/kernel.h 2010-02-20 23:30:59 UTC (rev 48097)
@@ -210,37 +210,7 @@
*/
Common::String kernel_lookup_text(EngineState *s, reg_t address, int index);
-/******************** Priority macros/functions ********************/
-/**
- * Finds the position of the priority band specified
- * Parameters: (EngineState *) s: State to search in
- * (int) band: Band to look for
- * Returns : (int) Offset at which the band starts
- */
-int _find_priority_band(EngineState *s, int band);
-/**
- * Does the opposite of _find_priority_band
- * @param s Engine state
- * @param y Coordinate to check
- * @return The priority band y belongs to
- */
-int _find_view_priority(EngineState *s, int y);
-
-
-/******************** Dynamic view list functions ********************/
-
-/**
- * Determines the now-seen rectangle of a view object
- * @param s The state to use
- * @param object The object to check
- * @param clip Flag to determine wheter priority band clipping
- * should be performed
- * @return The absolute rectangle describing the now-seen area.
- */
-extern Common::Rect get_nsrect(EngineState *s, reg_t object, byte clip);
-
-
#ifdef USE_OLD_MUSIC_FUNCTIONS
/******************** Misc functions ********************/
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