aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/background_image.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/background_image.hpp2
1 files changed, 0 insertions, 2 deletions
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>* texture;
GLint vertices[8];
- RgbColor color;
protected:
void draw(void);