diff options
Diffstat (limited to 'engines/gargoyle/window_text_buffer.cpp')
| -rw-r--r-- | engines/gargoyle/window_text_buffer.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/gargoyle/window_text_buffer.cpp b/engines/gargoyle/window_text_buffer.cpp index 9b1268e218..b916fc4b5c 100644 --- a/engines/gargoyle/window_text_buffer.cpp +++ b/engines/gargoyle/window_text_buffer.cpp @@ -432,14 +432,6 @@ bool TextBufferWindow::unputCharUni(uint32 ch) { return false; } -void TextBufferWindow::putBuffer(const unsigned char *buf, size_t len) { - // TODO -} - -void TextBufferWindow::putBufferUni(const uint32 *buf, size_t len) { - // TODO -} - void TextBufferWindow::moveCursor(const Common::Point &newPos) { // TODO } |
