X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/0e779d807aa1830dde2f4a75117fd16f5627dc76..b5a9cdfd671a10cd5b5e9f1f53105e9993414247:/server.c diff --git a/server.c b/server.c index 39222bf..7d63e02 100644 --- a/server.c +++ b/server.c @@ -447,28 +447,6 @@ void SUsage(void) "\n", DEFAULT_PORT); } -/* -void DistInfo(void) -{ - SHeader(); - fprintf(stderr, - "This program is free software; you can redistribute it and/or modify\n" - "it under the terms of the GNU General Public License as published by\n" - "the Free Software Foundation; either version 2 of the License, or\n" - "(at your option) any later version.\n" - "\n" - "This program is distributed in the hope that it will be useful,\n" - "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" - "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - "GNU General Public License for more details.\n" - "\n" - "You should have received a copy of the GNU General Public License\n" - "along with this program; if not, write to the Free Software\n" - "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" - "\n"); -} //DistInfo -*/ - void WriteConf(void) { FILE *file_out; @@ -515,6 +493,7 @@ void HandleOption(char tag, char *value) Game.seed = atoi(value); break; case 'H': //info + SHeader(); DistInfo(); exit(0); case 'h': //help SUsage(); exit(0);