From 819ceff9bd0a2fd7c6892820d5f7c87613224414 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 10 Apr 2014 20:09:01 +0300 Subject: [PATCH] Fixed compilation. --- drape/glstate.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drape/glstate.cpp b/drape/glstate.cpp index 44fead6499..ffa9cb8bb2 100644 --- a/drape/glstate.cpp +++ b/drape/glstate.cpp @@ -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)