diff options
| author | Strangerke | 2017-01-29 23:29:01 +0100 |
|---|---|---|
| committer | Strangerke | 2017-01-29 23:29:01 +0100 |
| commit | fad3f324a81e4baf752cd388cda24e2608838945 (patch) | |
| tree | ea5c788b5d7eeaf57da2a3cf651b1a233a795e39 /engines/cryo/cryolib.cpp | |
| parent | 1e77941a3573285a262cc544ce8028ea93774d4f (diff) | |
| download | scummvm-rg350-fad3f324a81e4baf752cd388cda24e2608838945.tar.gz scummvm-rg350-fad3f324a81e4baf752cd388cda24e2608838945.tar.bz2 scummvm-rg350-fad3f324a81e4baf752cd388cda24e2608838945.zip | |
CRYO: Remove a couple of unused class members
Diffstat (limited to 'engines/cryo/cryolib.cpp')
| -rw-r--r-- | engines/cryo/cryolib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryolib.cpp b/engines/cryo/cryolib.cpp index 49c3bae50c..daf5da05fd 100644 --- a/engines/cryo/cryolib.cpp +++ b/engines/cryo/cryolib.cpp @@ -41,7 +41,7 @@ void FlushEvents(int16 arg1, int16 arg2) { ///// CLView -View::View(CryoEngine *vm, int w, int h) : _vm(vm) { +View::View(int w, int h) { void *buffer = (byte *)malloc(w * h); if (buffer) initDatas(w, h, buffer); |
