summaryrefslogtreecommitdiffstats
path: root/src/render/io/qbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qbuffer.h')
-rw-r--r--src/render/io/qbuffer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/render/io/qbuffer.h b/src/render/io/qbuffer.h
index a5e1ceedc..5e99a1a80 100644
--- a/src/render/io/qbuffer.h
+++ b/src/render/io/qbuffer.h
@@ -91,15 +91,6 @@ public:
void setType(BufferType type);
BufferType type() const;
- void bind() Q_DECL_OVERRIDE;
- void create() Q_DECL_OVERRIDE;
-
- QOpenGLBuffer createGL() const;
- void upload(QOpenGLBuffer b);
-
- // make a QObject and signal when contents change?
- // GraphicsContext could listen, orphan the QOpenGLBuffer and hence
- // reupload next time it's need
protected:
QBuffer(QBufferPrivate &dd, QBuffer::BufferType ty, QNode *parent = 0);
void copy(const QNode *ref) Q_DECL_OVERRIDE;