summaryrefslogtreecommitdiff
path: root/src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-10-15 10:50:57 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-10-15 10:50:57 +1000
commit4f2fecbdb852028bd191fa63aa66527107672dc7 (patch)
treef708eff7418f8781fcc27a2fed3d827c207537b6 /src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h
parent93eb7c1378d97978fbe415f532e341de0138f4fe (diff)
downloadqt4-tools-4f2fecbdb852028bd191fa63aa66527107672dc7.tar.gz
Remove the surface holder from the PowerVR screen driver
The PvrEglSurfaceHolder is a hold-over from Qtopia that isn't needed any more and was never very stable anyway. Reviewed-by: trustme Back port of f613b0170d0fe806378779472315d0bbdc1aada9
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h')
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h19
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 1c79f8e410..8bf42c7fc6 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;
};