From: Christoph Sommer Date: Thu, 3 Jan 2008 19:55:00 +0000 (+0000) Subject: Removed unused variable X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=93be7f800ea836c3d9dc7a49d7dcbf76812dd6f0;p=supertux.git Removed unused variable SVN-Revision: 5248 --- diff --git a/src/statistics.cpp b/src/statistics.cpp index bb07870be..8f958bcfe 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -245,7 +245,6 @@ Statistics::draw_endseq_panel(DrawingContext& context, Statistics* best_stats, S context.draw_surface(backdrop, Vector(bd_x, bd_y), LAYER_GUI); context.pop_transform(); - char buf[129]; context.draw_text(white_text, _("You"), Vector(col2_x, row1_y), ALIGN_LEFT, LAYER_GUI); context.draw_text(white_text, _("Best"), Vector(col3_x, row1_y), ALIGN_LEFT, LAYER_GUI);