Nuke nearly all of the unused local variables

This commit is contained in:
2014-04-15 02:54:16 -04:00
parent e73d14e0ee
commit 2b924101d6
22 changed files with 17 additions and 95 deletions

View File

@@ -300,7 +300,7 @@ void win_draw_string(sf::RenderTarget& dest_window,RECT dest_rect,const char* st
}
short string_length(const char *str){ // Why not just use strlen?
short total_width = 0,i,len;
short total_width = 0;
sf::Text text;
TEXT.applyTo(text);