Fix crash in QCocoaBackingStore.
[profile/ivi/qtbase.git] / src / plugins / platforms / cocoa / qcocoabackingstore.h
index 489938c..72bb593 100644 (file)
@@ -63,7 +63,6 @@ public:
     bool scroll(const QRegion &area, int dx, int dy);
 
 private:
-    QCocoaWindow *m_cocoaWindow;
     QImage *m_image;
 };