aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
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);