Skip to content

Commit

Permalink
LinuxRendererGLES: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jun 12, 2016
1 parent d0ece91 commit 0c6dc6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xbmc/cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1200,12 +1200,6 @@ void CLinuxRendererGLES::UploadYV12Texture(int source)
return;
}

bool deinterlacing = false;
if (m_currentField == FIELD_FULL)
deinterlacing = false;
else
deinterlacing = true;

glEnable(m_textureTarget);
VerifyGLState();

Expand Down

0 comments on commit 0c6dc6e

Please sign in to comment.