From 851cc4e95093cb7bd1adce99be95a864d68f8d38 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 13:54:12 +0300 Subject: remove useless virtual keywords. --- src/render/normalopenglgraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/normalopenglgraphics.h') diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 737cb9718..0ba29a141 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -190,7 +190,7 @@ class NormalOpenGLGraphics final : public Graphics void updateTextureFormat(); #ifdef DEBUG_DRAW_CALLS - virtual unsigned int getDrawCalls() const + unsigned int getDrawCalls() const { return mLastDrawCalls; } static unsigned int mDrawCalls; @@ -198,7 +198,7 @@ class NormalOpenGLGraphics final : public Graphics static unsigned int mLastDrawCalls; #endif #ifdef DEBUG_BIND_TEXTURE - virtual unsigned int getBinds() const + unsigned int getBinds() const { return mLastBinds; } #endif static void bindTexture(const GLenum target, const GLuint texture); -- cgit v1.2.3-60-g2f50