]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Back out r9964. I wasn't paying attention: every control is in the
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 19:56:04 +0000 (19:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 19:56:04 +0000 (19:56 +0000)
byid tree but not all of them are in the byctrl tree.

git-svn-id: http://svn.tartarus.org/sgt/putty@9970 cda61777-01e9-0310-a592-d414129be87e

windows/winctrls.c

index 72d462eddbbcbdc712fc01d4e955afe1ae066bd7..49c13e8dc2ddfcf9968403afc97d70d6d258a0d2 100644 (file)
@@ -1293,7 +1293,6 @@ void winctrl_remove(struct winctrls *wc, struct winctrl *c)
 {
     struct winctrl *ret;
     ret = del234(wc->byctrl, c);
-    assert(ret == c);
     ret = del234(wc->byid, c);
     assert(ret == c);
 }