From a602b566dd673179f77fc86711f87b5f434acf1d Mon Sep 17 00:00:00 2001 From: Andrew Voznytsa Date: Mon, 16 Dec 2019 14:29:09 +0200 Subject: [PATCH] GLVideoItem stub cleanup --- src/VideoStreaming/GLVideoItemStub.cc | 7 ------- src/VideoStreaming/GLVideoItemStub.h | 1 - 2 files changed, 8 deletions(-) diff --git a/src/VideoStreaming/GLVideoItemStub.cc b/src/VideoStreaming/GLVideoItemStub.cc index ae85382bf..22b8011f3 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 488cc8038..9d4650e3d 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: -- 2.22.0