aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/glk_interface.h')
-rw-r--r--engines/glk/frotz/glk_interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/glk/frotz/glk_interface.h b/engines/glk/frotz/glk_interface.h
index 67f0a86813..7f76eb6434 100644
--- a/engines/glk/frotz/glk_interface.h
+++ b/engines/glk/frotz/glk_interface.h
@@ -176,11 +176,6 @@ protected:
void os_draw_picture(int picture, const Common::Point &pos);
/**
- * Display a picture using the specified bounds
- */
- void os_draw_picture(int picture, const Common::Rect &r);
-
- /**
* Return the colour of the pixel below the cursor. This is used by V6 games to print
* text on top of pictures. The coulor need not be in the standard set of Z-machine colours.
*/