From 69fb50c20c28b5d4bd75da7f7632a999e19f805e Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Thu, 18 Apr 2019 13:15:52 +0100 Subject: [PATCH] Remove outdated comment. --- putty.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/putty.h b/putty.h index fc63049c..ff2e6a1c 100644 --- a/putty.h +++ b/putty.h @@ -1533,10 +1533,6 @@ bool conf_deserialise(Conf *conf, BinarySource *src);/*returns true on success*/ * Functions to copy, free, serialise and deserialise FontSpecs. * Provided per-platform, to go with the platform's idea of a * FontSpec's contents. - * - * fontspec_serialise returns the number of bytes written, and can - * handle data==NULL without crashing. So you can call it once to find - * out a size, then again once you've allocated a buffer. */ FontSpec *fontspec_copy(const FontSpec *f); void fontspec_free(FontSpec *f);