From 877c7580c7130f5210f33f79e0cd578e3e84fa58 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 22 Jul 2013 19:56:04 +0000 Subject: [PATCH] Back out r9964. I wasn't paying attention: every control is in the byid tree but not all of them are in the byctrl tree. git-svn-id: svn://svn.tartarus.org/sgt/putty@9970 cda61777-01e9-0310-a592-d414129be87e --- windows/winctrls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/winctrls.c b/windows/winctrls.c index 72d462ed..49c13e8d 100644 --- a/windows/winctrls.c +++ b/windows/winctrls.c @@ -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); } -- 2.11.0