X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fgl_lightmap.cpp;h=014fb736c0935ef4cbf349500df982052502e0e1;hb=8c205abd2d811ba36e1a3639f5bfab6263bf9077;hp=bc4c12b344b8c329d02cd2a841790e48e487e1fd;hpb=e7a12ed844f040d270e50ce25f74de5f017c1157;p=supertux.git diff --git a/src/video/gl_lightmap.cpp b/src/video/gl_lightmap.cpp index bc4c12b34..014fb736c 100644 --- a/src/video/gl_lightmap.cpp +++ b/src/video/gl_lightmap.cpp @@ -43,7 +43,6 @@ #include "gl_texture.hpp" #include "texture_manager.hpp" #include "obstack/obstackpp.hpp" -#define LIGHTMAP_DIV 5 namespace { @@ -267,15 +266,6 @@ namespace GL } void - Lightmap::draw_text(const DrawingRequest& /*request*/) - { - //const TextRequest* textrequest = (TextRequest*) request.request_data; - - //textrequest->font->draw(textrequest->text, request.pos, - // textrequest->alignment, request.drawing_effect, request.alpha); - } - - void Lightmap::draw_filled_rect(const DrawingRequest& request) { const FillRectRequest* fillrectrequest