Browse Source

GLVideoItem stub cleanup

QGC4.4
Andrew Voznytsa 5 years ago
parent
commit
a602b566dd
  1. 7
      src/VideoStreaming/GLVideoItemStub.cc
  2. 1
      src/VideoStreaming/GLVideoItemStub.h

7
src/VideoStreaming/GLVideoItemStub.cc

@ -2,15 +2,8 @@ @@ -2,15 +2,8 @@
GLVideoItemStub::GLVideoItemStub()
{
// setFlag(QQuickItem::ItemHasContents, true);
}
GLVideoItemStub::~GLVideoItemStub()
{
}
//QSGNode*
//GLVideoItemStub::updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData)
//{
// return oldNode;
//}

1
src/VideoStreaming/GLVideoItemStub.h

@ -11,7 +11,6 @@ public: @@ -11,7 +11,6 @@ public:
~GLVideoItemStub();
protected:
// QSGNode* updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData);
private:

Loading…
Cancel
Save