aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2017-01-29 23:29:01 +0100
committerStrangerke2017-01-29 23:29:01 +0100
commitfad3f324a81e4baf752cd388cda24e2608838945 (patch)
treeea5c788b5d7eeaf57da2a3cf651b1a233a795e39 /engines/cryo/cryolib.h
parent1e77941a3573285a262cc544ce8028ea93774d4f (diff)
downloadscummvm-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.h')
-rw-r--r--engines/cryo/cryolib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 2f60931a7c..5c1afef84e 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -62,11 +62,8 @@ struct BlitView{
};
class View {
-private:
- CryoEngine *_vm;
-
public:
- View(CryoEngine *vm, int w, int h);
+ View(int w, int h);
~View();
void setSrcZoomValues(int x, int y);