From 8215bc7e7d3003a82fb3e8897bd6d11a0c9b5e99 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 26 Dec 2013 14:58:24 +0100 Subject: [PATCH] Remove useless lines --- src/sharedstate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sharedstate.h b/src/sharedstate.h index a51056e..89bc716 100644 --- a/src/sharedstate.h +++ b/src/sharedstate.h @@ -30,7 +30,6 @@ struct SharedStatePrivate; struct RGSSThreadData; struct GlobalIBO; -struct mrb_state; struct SDL_Window; struct TEXFBO; struct Quad; @@ -46,7 +45,6 @@ class GLState; class TexPool; class FontPool; class Font; -struct BlurShader; struct GlobalIBO; struct Config; struct Vec2i;