From 618926293ca497ff8e31d048e34d10954cb0e059 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 17 Sep 2012 01:35:27 +0200 Subject: menu/background_image: remove the unused texture color --- src/menu/background_image.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/menu/background_image.hpp') diff --git a/src/menu/background_image.hpp b/src/menu/background_image.hpp index d7475007..23b1a68e 100644 --- a/src/menu/background_image.hpp +++ b/src/menu/background_image.hpp @@ -30,7 +30,6 @@ #include "background.hpp" #include "texture.hpp" -#include "utils/rgb_color.hpp" #include "utils/disposer.hpp" namespace usdx @@ -48,7 +47,6 @@ namespace usdx Disposer* texture; GLint vertices[8]; - RgbColor color; protected: void draw(void); -- cgit v1.2.3