# HG changeset patch # User Matti Hamalainen # Date 1425173345 -7200 # Node ID bfc38ecad1d42c5b762aafb32f739c02e803956c # Parent d190ebba813e7749d14fe798bf807b19ce395669 Remove an old hack. diff -r d190ebba813e -r bfc38ecad1d4 tools/packed.c --- a/tools/packed.c Sun Mar 01 03:27:17 2015 +0200 +++ b/tools/packed.c Sun Mar 01 03:29:05 2015 +0200 @@ -585,10 +585,6 @@ int i, res = 0; DMPackFile *pack = NULL; -#ifndef __WIN32 - stderr = stdout; -#endif - // Parse arguments dmInitProg("packed", "Pack File Editor", "0.5", NULL, NULL); dmVerbosity = 1;