aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h5
1 files changed, 0 insertions, 5 deletions
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