summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-10-01 22:55:46 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-10-01 22:55:46 (GMT)
commit99b5a05cf2a83cceb361e510e935902a943885f8 (patch)
tree9b2bbc8cfb753d8816c056fb23ef227c0687b455 /src/opengl
parenta94e9c5022076a97e796a984527ed1935c0803d0 (diff)
downloadQt-99b5a05cf2a83cceb361e510e935902a943885f8.zip
Qt-99b5a05cf2a83cceb361e510e935902a943885f8.tar.gz
Qt-99b5a05cf2a83cceb361e510e935902a943885f8.tar.bz2
Remove unnecessary function definition: qt_qgl_egl_display()
The qt_qgl_egl_display() function no longer exists. Reviewed-by: trustme
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qgl_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h
index 9b09c7c..6b7e892 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -490,8 +490,6 @@ private:
#ifdef Q_WS_QWS
extern QPaintEngine* qt_qgl_paint_engine();
-
-extern EGLDisplay qt_qgl_egl_display();
#endif
bool qt_gl_preferGL2Engine();