diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-15 04:01:41 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-15 04:01:41 (GMT) |
commit | 2c46a28541c3d75639c00e7ee7e82113beec9a4a (patch) | |
tree | f708eff7418f8781fcc27a2fed3d827c207537b6 /src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h | |
parent | 266f13e567ada25441cd19461eaf02f37bc36d51 (diff) | |
parent | 4f2fecbdb852028bd191fa63aa66527107672dc7 (diff) | |
download | Qt-2c46a28541c3d75639c00e7ee7e82113beec9a4a.zip Qt-2c46a28541c3d75639c00e7ee7e82113beec9a4a.tar.gz Qt-2c46a28541c3d75639c00e7ee7e82113beec9a4a.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h')
-rw-r--r-- | src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h index 1c79f8e..8bf42c7 100644 --- a/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h +++ b/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h @@ -59,24 +59,6 @@ private: int displayId; }; -class PvrEglSurfaceHolder : public QObject -{ - Q_OBJECT -public: - PvrEglSurfaceHolder(QObject *parent=0); - ~PvrEglSurfaceHolder(); - - void addSurface(); - void removeSurface(); - -private: - int numRealSurfaces; - PvrQwsDrawable *tempSurface; - EGLDisplay dpy; - EGLConfig config; - EGLSurface surface; -}; - class PvrEglScreen : public QGLScreen { public: @@ -105,7 +87,6 @@ private: int fd; int ttyfd, oldKdMode; - PvrEglSurfaceHolder *holder; QString ttyDevice; bool doGraphicsMode; }; |