aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-02 11:15:17 +0300
committerEugene Sandulenko2013-09-06 14:51:23 +0300
commit0dc4914cc4305174102936dc94d27fd192414837 (patch)
treef85332c4814e300dd2e9dc39aabebc7289edeadf /engines/fullpipe/gfx.h
parent7c3640b2b7017389e23a81f2f06a3ea9161b8ea2 (diff)
downloadscummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.tar.gz
scummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.tar.bz2
scummvm-rg350-0dc4914cc4305174102936dc94d27fd192414837.zip
FULLPIPE: Remove redundant debug info
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 640b888636..6818fe6b2d 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -65,12 +65,7 @@ struct Bitmap {
};
class Picture : public MemoryObject {
- friend class Movement;
- friend class DynamicPhase;
- friend class PictureObject;
- friend class CInputController;
- friend class StaticANIObject;
-
+ public:
Common::Rect _rect;
Bitmap *_convertedBitmap;
int _x;