diff --git a/src/VideoStreaming/GLVideoItemStub.cc b/src/VideoStreaming/GLVideoItemStub.cc index ae85382..22b8011 100644 --- a/src/VideoStreaming/GLVideoItemStub.cc +++ b/src/VideoStreaming/GLVideoItemStub.cc @@ -2,15 +2,8 @@ GLVideoItemStub::GLVideoItemStub() { -// setFlag(QQuickItem::ItemHasContents, true); } GLVideoItemStub::~GLVideoItemStub() { } - -//QSGNode* -//GLVideoItemStub::updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData) -//{ -// return oldNode; -//} diff --git a/src/VideoStreaming/GLVideoItemStub.h b/src/VideoStreaming/GLVideoItemStub.h index 488cc80..9d4650e 100644 --- a/src/VideoStreaming/GLVideoItemStub.h +++ b/src/VideoStreaming/GLVideoItemStub.h @@ -11,7 +11,6 @@ public: ~GLVideoItemStub(); protected: -// QSGNode* updatePaintNode(QSGNode* oldNode, UpdatePaintNodeData* updatePaintNodeData); private: