From 81b6bccab601ff1c08c8f8306d83bd24677d9d6c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 11 Dec 2022 12:25:11 +0000 Subject: [PATCH] js: Remove an outdated reference to the "invisible Custom option" --- emcc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/emcc.c b/emcc.c index 393b28c..d2fa053 100644 --- a/emcc.c +++ b/emcc.c @@ -750,10 +750,7 @@ static void cfg_end(bool use_results) * select Custom from the list, but change your mind and hit * Esc. The Custom option will now still be selected in the * list, whereas obviously it should show the preset you still - * _actually_ have selected. Worse still, it'll be the visible - * rather than invisible Custom option - see the comment in - * js_add_preset in emcclib.js - so you won't even be able to - * select Custom without a faffy workaround.) + * _actually_ have selected.) */ select_appropriate_preset();