From: Pasi Kallinen Date: Sat, 17 Oct 2009 17:37:58 +0000 (+0000) Subject: Remove lines that are commented out, and which can now be done via the config file... X-Git-Tag: v1.6.1-roc-dev~241 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=592b966d78f0313ea77f4e9f7445a054203ef3a6;p=dgamelaunch 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 --- diff --git a/dgamelaunch.c b/dgamelaunch.c index f5bb7f8..07b1e48 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -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); }