diff options
author | Filippos Karapetis | 2010-02-20 23:30:59 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-02-20 23:30:59 +0000 |
commit | 24b0622e6f4c5a57db820e6a1effb305742c1af7 (patch) | |
tree | 61f6a3a2773169d7c29041a4e54f1dbef25bb092 | |
parent | 0e6893d0662327bfc058e19df337d7a5da4dbc2a (diff) | |
download | scummvm-rg350-24b0622e6f4c5a57db820e6a1effb305742c1af7.tar.gz scummvm-rg350-24b0622e6f4c5a57db820e6a1effb305742c1af7.tar.bz2 scummvm-rg350-24b0622e6f4c5a57db820e6a1effb305742c1af7.zip |
Removed dead code
svn-id: r48097
-rw-r--r-- | engines/sci/engine/kernel.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/engines/sci/engine/kernel.h b/engines/sci/engine/kernel.h index 8d84142854..542612113d 100644 --- a/engines/sci/engine/kernel.h +++ b/engines/sci/engine/kernel.h @@ -210,36 +210,6 @@ private: */ 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 ********************/ |