aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 2ee34e1a1a..98dfa20a06 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -151,12 +151,9 @@ class PictureObject : public GameObject {
};
class Background : public CObject {
- friend class FullpipeEngine;
-
public:
CPtrList _picObjList;
- protected:
char *_bgname;
int _x;
int _y;