aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/general.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/general.cpp')
-rw-r--r--engines/cge/general.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge/general.cpp b/engines/cge/general.cpp
index 909c517c32..46df263b93 100644
--- a/engines/cge/general.cpp
+++ b/engines/cge/general.cpp
@@ -93,8 +93,6 @@ Dac _stdPal[] = {// R G B
{ 255, 255, 255}, // 255
};
-DrvInfo _sndDrvInfo;
-
void _fqsort(void *base, uint16 nelem, uint16 width, int (*fcmp)(const void *, const void *)) {
warning("STUB: _fqsort");
}