forked from organicmaps/organicmaps
Fixed compilation.
This commit is contained in:
parent
7881f51a5f
commit
819ceff9bd
1 changed files with 0 additions and 5 deletions
|
@ -83,11 +83,6 @@ void GLState::SetBlending(Blending const & blending)
|
|||
m_blending = blending;
|
||||
}
|
||||
|
||||
int GLState::GetProgramIndex() const
|
||||
{
|
||||
return m_gpuProgramIndex;
|
||||
}
|
||||
|
||||
bool GLState::operator<(GLState const & other) const
|
||||
{
|
||||
if (m_mask != other.m_mask)
|
||||
|
|
Loading…
Add table
Reference in a new issue