From 17b57ab41ef342ba1640921d192149865b59036e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Apr 2010 18:10:31 +0200 Subject: removed unused opengl --- src/menu/frame_background_color.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/menu/frame_background_color.cpp') diff --git a/src/menu/frame_background_color.cpp b/src/menu/frame_background_color.cpp index 4f37b184..18483e54 100644 --- a/src/menu/frame_background_color.cpp +++ b/src/menu/frame_background_color.cpp @@ -25,7 +25,6 @@ */ #include "frame_background_color.hpp" -#include namespace usdx { @@ -35,7 +34,5 @@ namespace usdx void FrameBackgroundColor::draw(SDL_Surface* display) const { - glClearColor(color.get_red(), color.get_green(), color.get_blue(), 0); - glClear(GL_COLOR_BUFFER_BIT or GL_DEPTH_BUFFER_BIT); } }; -- cgit v1.2.3