1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-24 16:52:24 +00:00

Remove outdated comment.

This commit is contained in:
Jacob Nevins 2019-04-18 13:15:52 +01:00
parent 36525cc003
commit 69fb50c20c

View File

@ -1533,10 +1533,6 @@ bool conf_deserialise(Conf *conf, BinarySource *src);/*returns true on success*/
* Functions to copy, free, serialise and deserialise FontSpecs. * Functions to copy, free, serialise and deserialise FontSpecs.
* Provided per-platform, to go with the platform's idea of a * Provided per-platform, to go with the platform's idea of a
* FontSpec's contents. * 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); FontSpec *fontspec_copy(const FontSpec *f);
void fontspec_free(FontSpec *f); void fontspec_free(FontSpec *f);