From 3eb21ebb5bf34437530c06f17122e5570c8d2856 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 11 May 2013 10:10:33 +0200 Subject: [PATCH] Removed line that was already commented out and is no longer needed. --- roguelike.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2