projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82feba7
)
Removed unused variable
author
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 3 Jan 2008 19:55:00 +0000
(19:55 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 3 Jan 2008 19:55:00 +0000
(19:55 +0000)
SVN-Revision: 5248
src/statistics.cpp
patch
|
blob
|
history
diff --git
a/src/statistics.cpp
b/src/statistics.cpp
index
bb07870
..
8f958bc
100644
(file)
--- 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);