]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Completely remove the privdata mechanism in dialog.h.
authorSimon Tatham <anakin@pobox.com>
Fri, 8 May 2015 18:04:16 +0000 (19:04 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jun 2015 08:39:14 +0000 (09:39 +0100)
commit3ba1a7cf4b469ceded01c33ec5b76b7e8714d035
tree10a0840d3c4fb6120d1fec6ae57646b5ad569119
parent4c24c8dc5a252a3d1df604ecb0cdfd82267aa94d
Completely remove the privdata mechanism in dialog.h.

The last use of it, to store the contents of the saved session name
edit box, was removed nearly two years ago in svn r9923 and replaced
by ctrl_alloc_with_free. The mechanism has been unused ever since
then, and I suspect any further uses of it would be a bad idea for the
same reasons, so let's get rid of it.

(cherry picked from commit 42c592c4ef024af30af91241f651f699d6dbff0b)
dialog.h
macosx/osxctrls.m
unix/gtkdlg.c
windows/winctrls.c