summaryrefslogtreecommitdiffstats
path: root/src/render/texture/textureimage_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-04-30 09:25:39 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-01 23:42:06 +0000
commit7f0793ba6cb9f16aafa62df528af773370bf174d (patch)
treebfb2e4236de71d5be7af6349827e94abf3e930ed /src/render/texture/textureimage_p.h
parent0a662f9a2d8656e112e33172ab4f43c5ec5b1178 (diff)
Remove virtual QBackendNode *create(QNode *frontend) const
from QBackendNodeMapper and subclasses. No longer needed now we have disabled cloning. Change-Id: I261fa7bccfa9a4019d479079e2ff7c19154e5e72 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/texture/textureimage_p.h')
-rw-r--r--src/render/texture/textureimage_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/texture/textureimage_p.h b/src/render/texture/textureimage_p.h
index 986d73729..900ee208f 100644
--- a/src/render/texture/textureimage_p.h
+++ b/src/render/texture/textureimage_p.h
@@ -126,7 +126,6 @@ public:
TextureImageManager *textureImageManager,
TextureDataManager *textureDataManager);
- Qt3DCore::QBackendNode *create(Qt3DCore::QNode *frontend) const Q_DECL_FINAL;
Qt3DCore::QBackendNode *create(const Qt3DCore::QNodeCreatedChangeBasePtr &change) const Q_DECL_FINAL;
Qt3DCore::QBackendNode *get(Qt3DCore::QNodeId id) const Q_DECL_FINAL;
void destroy(Qt3DCore::QNodeId id) const Q_DECL_FINAL;