diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:45:46 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:51:43 (GMT) |
commit | e7bd71fadbf4cd54e86616eda5dcd404b10c08c3 (patch) | |
tree | 0780bb2297b26e177427af2fb2a93dd368c46e8a /src/opengl/qpaintengine_opengl.cpp | |
parent | cdd181ddff47be15d396d05ca41d1ca11f8705fc (diff) | |
download | Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.zip Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.gz Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.bz2 |
Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice
Reviewed-by: Tom
Diffstat (limited to 'src/opengl/qpaintengine_opengl.cpp')
-rw-r--r-- | src/opengl/qpaintengine_opengl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qpaintengine_opengl.cpp b/src/opengl/qpaintengine_opengl.cpp index 3e4a8e7..1a11476 100644 --- a/src/opengl/qpaintengine_opengl.cpp +++ b/src/opengl/qpaintengine_opengl.cpp @@ -66,7 +66,6 @@ #include "util/fragmentprograms_p.h" #ifdef Q_WS_QWS -#include "private/qglpaintdevice_qws_p.h" #include "private/qglwindowsurface_qws_p.h" #include "qwsmanager_qws.h" #include "private/qwsmanager_p.h" |