]> 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>
Fri, 8 May 2015 18:04:16 +0000 (19:04 +0100)
commit42c592c4ef024af30af91241f651f699d6dbff0b
tree53501eecb3b69a9bd80a94b150bdd94b6616e974
parentf4956a1f9dc66973c1a9c9196ef893412b2545d7
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.
dialog.h
macosx/osxctrls.m
unix/gtkdlg.c
windows/winctrls.c