Remove useless lines

This commit is contained in:
Jonas Kulla 2013-12-26 14:58:24 +01:00
parent 0ea242755e
commit 8215bc7e7d
1 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
struct SharedStatePrivate; struct SharedStatePrivate;
struct RGSSThreadData; struct RGSSThreadData;
struct GlobalIBO; struct GlobalIBO;
struct mrb_state;
struct SDL_Window; struct SDL_Window;
struct TEXFBO; struct TEXFBO;
struct Quad; struct Quad;
@ -46,7 +45,6 @@ class GLState;
class TexPool; class TexPool;
class FontPool; class FontPool;
class Font; class Font;
struct BlurShader;
struct GlobalIBO; struct GlobalIBO;
struct Config; struct Config;
struct Vec2i; struct Vec2i;