Commit a602b566 authored by Andrew Voznytsa's avatar Andrew Voznytsa

GLVideoItem stub cleanup

parent b2fe913c
...@@ -2,15 +2,8 @@ ...@@ -2,15 +2,8 @@
GLVideoItemStub::GLVideoItemStub() GLVideoItemStub::GLVideoItemStub()
{ {
// setFlag(QQuickItem::ItemHasContents, true);
} }
GLVideoItemStub::~GLVideoItemStub() GLVideoItemStub::~GLVideoItemStub()
{ {
} }
//QSGNode*
//GLVideoItemStub::updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData)
//{
// return oldNode;
//}
...@@ -11,7 +11,6 @@ public: ...@@ -11,7 +11,6 @@ public:
~GLVideoItemStub(); ~GLVideoItemStub();
protected: protected:
// QSGNode* updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData);
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment