From 41c68ac3e42b157529cf8fd670e774f5be72911a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 8 Jul 2007 12:02:38 +0000 Subject: Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToScreenX/Y) svn-id: r27961 --- common/system.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 34f945642c..79680c4655 100644 --- a/common/system.h +++ b/common/system.h @@ -599,11 +599,6 @@ public: */ virtual int16 getOverlayWidth() { return getWidth(); } - virtual int screenToOverlayX(int x) { return x; } - virtual int screenToOverlayY(int y) { return y; } - virtual int overlayToScreenX(int x) { return x; } - virtual int overlayToScreenY(int y) { return y; } - /** * Convert the given RGB triplet into an OverlayColor. A OverlayColor can * be 8bit, 16bit or 32bit, depending on the target system. The default -- cgit v1.2.3