X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstatistics.cpp;h=8f958bcfe892f2a61e3e28d43aa9899b6a67b4e4;hb=c686b6e6bc389edb08cef2215b0882b2b0ff4b4b;hp=bb07870be1071d267088e20a98bc826725ca10f5;hpb=82feba7a0539870623b0c125211eec0adac9bf53;p=supertux.git 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);