render: remove unused function

This commit is contained in:
itsmattkc
2022-05-27 11:20:38 -07:00
parent 60f7f06de4
commit 3d8c0114fb
3 changed files with 0 additions and 12 deletions
-2
View File
@@ -56,8 +56,6 @@ protected:
virtual void ProcessFrameGeneration(TexturePtr destination, const Node *node, const GenerateJob& job) override;
virtual bool CanCacheFrames() override;
virtual TexturePtr CreateTexture(const VideoParams &p) override
{
return render_ctx_->CreateTexture(p);