aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/screen.cpp')
-rw-r--r--engines/gargoyle/screen.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/engines/gargoyle/screen.cpp b/engines/gargoyle/screen.cpp
index dad3e6d4d3..f541b760cf 100644
--- a/engines/gargoyle/screen.cpp
+++ b/engines/gargoyle/screen.cpp
@@ -34,26 +34,6 @@ void Screen::fillRect(uint x, uint y, uint w, uint h, const byte *rgb) {
Graphics::Screen::fillRect(Common::Rect(x, y, x + w, y + h), color);
}
-int Screen::drawString(int x, int y, int fidx, const byte *rgb, const char *s, int n, int spw) {
- // TODO
- return 0;
-}
-
-int Screen::drawStringUni(int x, int y, int fidx, const byte *rgb, const uint32 *s, int n, int spw) {
- // TODO
- return 0;
-}
-
-int Screen::stringWidth(int fidx, const char *s, int n, int spw) {
- // TODO
- return 0;
-}
-
-int Screen::stringWidthUni(int fidx, const uint32 *s, int n, int spw) {
- // TODO
- return 0;
-}
-
void Screen::drawCaret(const Common::Point &pos) {
// TODO
}