From: jacob Date: Tue, 14 Oct 2003 21:01:12 +0000 (+0000) Subject: Remove dead comment about writing settings, and query one about reading them. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/e50f98bce64b2e3012c2cc6c39b5c21df3acd700 Remove dead comment about writing settings, and query one about reading them. git-svn-id: svn://svn.tartarus.org/sgt/putty@3507 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/uxstore.c b/unix/uxstore.c index e12af036..ecd3ff19 100644 --- a/unix/uxstore.c +++ b/unix/uxstore.c @@ -127,13 +127,6 @@ static char *fgetline(FILE *fp) return ret; } -/* - * For the moment, the only existing Unix utility is pterm and that - * has no GUI configuration at all, so our write routines need do - * nothing. Eventually I suppose these will read and write an rc - * file somewhere or other. - */ - void *open_settings_w(const char *sessionname, char **errmsg) { char filename[FILENAME_MAX]; @@ -188,6 +181,7 @@ void close_settings_w(void *handle) * PuTTY's inbuilt defaults, but that the disk files will then * override those. This isn't optimal, but it's the best I can * immediately work out. + * FIXME: the above comment is a bit out of date. Did it happen? */ struct keyval {