summaryrefslogtreecommitdiff
path: root/src/gui/image/qnativeimage_p.h
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-06-24 10:38:36 +0200
committerNorwegian Rock Cat <qt-info@nokia.com>2009-06-24 11:24:05 +0200
commit0fec4eecb0f65d7dbf7a4769c9b7784c31b97578 (patch)
tree7e161f9e6f1d0e026008600d8b2d4bbbc74f0648 /src/gui/image/qnativeimage_p.h
parent0068e3e0ffa1948f95a4d96d514e0e8b08624dae (diff)
downloadqt4-tools-0fec4eecb0f65d7dbf7a4769c9b7784c31b97578.tar.gz
Remove these colorspace references.
It is only used for creating the bitmap context, so there is no reason to keep it around. Reviewed-by: Morten Sørvig
Diffstat (limited to 'src/gui/image/qnativeimage_p.h')
-rw-r--r--src/gui/image/qnativeimage_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qnativeimage_p.h b/src/gui/image/qnativeimage_p.h
index f0c3688f23..268fe49ece 100644
--- a/src/gui/image/qnativeimage_p.h
+++ b/src/gui/image/qnativeimage_p.h
@@ -95,7 +95,6 @@ public:
#elif defined(Q_WS_MAC)
CGContextRef cg;
- CGColorSpaceRef cgColorSpace;
#endif
private: