]> skyeroc.xyz Git - dgamelaunch/commitdiff
Remove lines that are commented out, and which can now be done via the config file...
authorPasi Kallinen <paxed@alt.org>
Sat, 17 Oct 2009 17:37:58 +0000 (17:37 +0000)
committerPasi Kallinen <paxed@alt.org>
Sat, 17 Oct 2009 17:37:58 +0000 (17:37 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@467 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index f5bb7f823f112e62bf2cd9f16f8f3b2f3d675e9c..07b1e4807821c3d4befec1cd9bec2934a9181adb 100644 (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);
 }