Remove lines that are commented out, and which can now be done via the config file hooks.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@467 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-17 17:37:58 +00:00
parent 39456b7a75
commit 592b966d78
1 changed files with 0 additions and 8 deletions

View File

@ -1122,14 +1122,6 @@ newuser ()
dgl_exec_cmdqueue(globalconfig.cmdqueue[DGLTIME_REGISTER], 0, me);
/* create their ttyrec dir */
/*
snprintf (dirname, 100, "%sttyrec/%s", globalconfig.dglroot, me->username);
if (access (dirname, F_OK) != 0)
mkdir (dirname, 0755);
*/
writefile (1);
}