X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ad58c9bc9403a7bdbbdb420ac1ae70db0b4a66c8..e50f98bce64b2e3012c2cc6c39b5c21df3acd700:/unix/uxstore.c 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 {