summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2012-04-17 12:22:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-19 16:57:08 +0200
commit8aa0be210a417d3e3955a3add5d57efe2565d774 (patch)
tree32fe3bb798ed0a40b49340f66e07d5b1b63aea18 /src/opengl/qgl.cpp
parent907909d858312ff7135c1e93a4960b041b9c86bc (diff)
Removed legacy pixmap and image cleanup hooks.
Task-number: QTBUG-25114 Change-Id: Id87172665ec15874e293e3891738e6366aef4554 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 6b0c637c87..893915f433 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -1648,13 +1648,6 @@ int qt_next_power_of_two(int v)
return v;
}
-typedef void (*_qt_pixmap_cleanup_hook_64)(qint64);
-typedef void (*_qt_image_cleanup_hook_64)(qint64);
-
-extern Q_GUI_EXPORT _qt_pixmap_cleanup_hook_64 qt_pixmap_cleanup_hook_64;
-extern Q_GUI_EXPORT _qt_image_cleanup_hook_64 qt_image_cleanup_hook_64;
-
-
Q_GLOBAL_STATIC(QGLTextureCache, qt_gl_texture_cache)
QGLTextureCache::QGLTextureCache()