Skip to content

Commit

Permalink
RetroPlayer: Remove unused member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed May 16, 2021
1 parent e4a673b commit 78f6b82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion xbmc/cores/RetroPlayer/shaders/gl/ShaderGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using namespace KODI;
using namespace SHADER;

CShaderGL::CShaderGL(RETRO::CRenderContext& context) : m_context(context)
CShaderGL::CShaderGL(RETRO::CRenderContext& context)
{
}

Expand Down
3 changes: 0 additions & 3 deletions xbmc/cores/RetroPlayer/shaders/gl/ShaderGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ class CShaderGL : public IShader

private:
uniformInputs GetInputData(uint64_t frameCount = 0);

// Construction parameters
RETRO::CRenderContext& m_context;
};
} // namespace SHADER
} // namespace KODI

0 comments on commit 78f6b82

Please sign in to comment.