Remove dummy impl. of shared graphics cache in XCB plugin
[profile/ivi/qtbase.git] / src / plugins / platforms / xcb / qxcbintegration.h
index 58eebfe..6170232 100644 (file)
@@ -81,10 +81,6 @@ public:
     QPlatformAccessibility *accessibility() const;
 #endif
 
-#if defined(QT_USE_XCB_SHARED_GRAPHICS_CACHE)
-    QPlatformSharedGraphicsCache *createPlatformSharedGraphicsCache(const char *cacheId) const;
-#endif
-
     QPlatformServices *services() const;
 
     QStringList themeNames() const;
@@ -103,10 +99,6 @@ private:
     QScopedPointer<QPlatformAccessibility> m_accessibility;
 #endif
 
-#if defined(QT_USE_XCB_SHARED_GRAPHICS_CACHE)
-    QScopedPointer<QPlatformSharedGraphicsCache> m_sharedGraphicsCache;
-#endif
-
     QScopedPointer<QPlatformServices> m_services;
 };