From dd187e204c394e531caba9487b84c6e08c098e93 Mon Sep 17 00:00:00 2001 From: freem Date: Fri, 7 Mar 2014 20:56:51 -0600 Subject: [PATCH] we actually don't need this anymore, even in releases. (things only freem remembers) --- src/StepMania.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index 16b46a8a95..56489f08e7 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -900,10 +900,6 @@ static void WriteLogHeader() LOG->Info( "Compiled %s @ %s (build %lu)", version_date, version_time, version_num ); #endif - // this code should only be enabled in distributed builds - //LOG->Info("sm-ssc is Copyright �2009 the spinal shark collective, all rights reserved. Commercial use of this binary is prohibited by law and will be prosecuted to the fullest extent of the law."); - // end limited code - time_t cur_time; time(&cur_time); struct tm now;