1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-14 09:38:07 -05:00
Simon Tatham 11c7c7608c Remove bit-rotted RDB_DEBUG_PATCH.
I was about to try to debug a window resizing issue, and it looked as
if this patch had a plausible set of diagnostics already. But in fact
when I turned on this #ifdef it failed to compile, so I'm getting rid
of it.

Perhaps there is a use for having types of diagnostic living
permanently in the source code and easy to enable in themed sets, but
if so, I think they'd be better compiled in and enabled by an option,
than compiled out and enabled by #ifdef. That way they're less likely
to rot, and also, you can ask a user to turn one on really easily and
get extra logs for whatever is bothering them!
2024-12-15 14:25:23 +00:00
..
2021-05-27 09:48:32 +01:00
2022-08-03 20:48:46 +01:00
2024-06-29 12:00:12 +01:00
2022-09-03 11:59:12 +01:00
2024-12-15 14:25:23 +00:00