aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/glk_interface.cpp')
-rw-r--r--engines/glk/frotz/glk_interface.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/glk/frotz/glk_interface.cpp b/engines/glk/frotz/glk_interface.cpp
index f6e01db955..330c8be027 100644
--- a/engines/glk/frotz/glk_interface.cpp
+++ b/engines/glk/frotz/glk_interface.cpp
@@ -693,12 +693,5 @@ uint GlkInterface::roundDiv(uint x, uint y) {
return quotient;
}
-void GlkInterface::os_set_reverse_video(bool flag) {
-#ifdef GARGLK
- _reverseVideo = flag;
- garglk_set_reversevideo(flag);
-#endif
-}
-
} // End of namespace Frotz
} // End of namespace Glk