From 2d80a947976a04af8c8beaf590ac406309786e0d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 17:24:48 +0300 Subject: [PATCH] Remove unneeded forward declarations --- SDL2pp/Renderer.hh | 1 - SDL2pp/Texture.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index b3142ce..16e9e90 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -36,7 +36,6 @@ namespace SDL2pp { class Window; class Texture; -class Rect; class Point; class Renderer { diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index aded353..13cd74d 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -36,7 +36,6 @@ struct SDL_Texture; namespace SDL2pp { class Renderer; -class Rect; class RWops; class Texture {