aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpainteditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgpainteditem.cpp')
-rw-r--r--src/declarative/items/qsgpainteditem.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/declarative/items/qsgpainteditem.cpp b/src/declarative/items/qsgpainteditem.cpp
index e0d63fa436..e9f4f73448 100644
--- a/src/declarative/items/qsgpainteditem.cpp
+++ b/src/declarative/items/qsgpainteditem.cpp
@@ -244,28 +244,6 @@ void QSGPaintedItem::setContentsScale(qreal)
// XXX todo
}
-int QSGPaintedItem::pixelCacheSize() const
-{
- // XXX todo
- return 0;
-}
-
-void QSGPaintedItem::setPixelCacheSize(int)
-{
- // XXX todo
-}
-
-bool QSGPaintedItem::smoothCache() const
-{
- // XXX todo
- return false;
-}
-
-void QSGPaintedItem::setSmoothCache(bool)
-{
- // XXX todo
-}
-
/*!
\property QSGPaintedItem::fillColor
\brief The item's background fill color.