diff options
Diffstat (limited to 'common/system.cpp')
-rw-r--r-- | common/system.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/system.cpp b/common/system.cpp index 387e0dfa0f..816d444c89 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -53,11 +53,3 @@ bool OSystem::setGraphicsMode(const char *name) { return false; } - -bool OSystem::openCD(int drive) { - return false; -} - -bool OSystem::pollCD() { - return false; -} |