aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/var_mor.cpp')
-rw-r--r--engines/mortevielle/var_mor.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/mortevielle/var_mor.cpp b/engines/mortevielle/var_mor.cpp
index 58f49561f7..495487c33e 100644
--- a/engines/mortevielle/var_mor.cpp
+++ b/engines/mortevielle/var_mor.cpp
@@ -115,8 +115,6 @@ int g_x,
int g_t_cph[6401];
byte g_tabdon[4001];
-
-Common::String g_hintPctMessage; // Provides the % of hints
byte g_is;
int g_nbrep[9];
@@ -190,13 +188,6 @@ int getRandomNumber(int minval, int maxval) {
return g_vm->_randomSource.getRandomNumber(maxval - minval) + minval;
}
-bool keypressed() {
- return g_vm->keyPressed();
-}
-char get_ch() {
- return g_vm->getChar();
-}
-
/**
* Restore a screen sectio
*/