From: Christian Heller Date: Sat, 11 May 2013 08:10:33 +0000 (+0200) Subject: Removed line that was already commented out and is no longer needed. X-Git-Tag: tce~1315 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=3eb21ebb5bf34437530c06f17122e5570c8d2856;hp=a09638673d6c79fcf430299c63aab915e2ca19ba;p=plomrogue Removed line that was already commented out and is no longer needed. --- diff --git a/roguelike.c b/roguelike.c index cd96364..740b957 100644 --- a/roguelike.c +++ b/roguelike.c @@ -146,7 +146,6 @@ void update_info (struct World * world) { // Update info data by incrementing turn value. world->turn++; } -//void update_log (struct Win * win, char * text) { void update_log (struct World * world, char * text) { // Update log with new text to be appended. char * new_text;