From 93be7f800ea836c3d9dc7a49d7dcbf76812dd6f0 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Thu, 3 Jan 2008 19:55:00 +0000 Subject: [PATCH] Removed unused variable SVN-Revision: 5248 --- src/statistics.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- 2.11.0