Remove the TODO comment at the top of uxputty.c; I'm now not aware
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 14:37:49 +0000 (14:37 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 14:37:49 +0000 (14:37 +0000)
of anything that makes the Unix port of PuTTY proper significantly
unfinished. That's quite a milestone :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@3148 cda61777-01e9-0310-a592-d414129be87e

unix/uxputty.c

index a205f27..6b1eabb 100644 (file)
 #include "storage.h"
 
 /*
- * TODO:
- *
- *  - Better control of the individual config box features.
- *     + SSH packet logging shouldn't be mentioned in pterm, and in
- *      fact not PuTTYtel either.
- *     + Keepalives, and the Connection panel in general, shouldn't
- *      crop up in pterm. (And perhaps also not mid-session in
- *      rlogin and raw?)
- */
-
-/*
  * Clean up and exit.
  */
 void cleanup_exit(int code)