diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-11 12:25:11 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-19 20:34:48 +0000 |
| commit | 81b6bccab601ff1c08c8f8306d83bd24677d9d6c (patch) | |
| tree | fcefe288e3afcbdae9b4a848e606eba5e2922d26 | |
| parent | 5ba1bf55600443ca6cdad448aa629ffbce7c4e22 (diff) | |
| download | puzzles-81b6bccab601ff1c08c8f8306d83bd24677d9d6c.zip puzzles-81b6bccab601ff1c08c8f8306d83bd24677d9d6c.tar.gz puzzles-81b6bccab601ff1c08c8f8306d83bd24677d9d6c.tar.bz2 puzzles-81b6bccab601ff1c08c8f8306d83bd24677d9d6c.tar.xz | |
js: Remove an outdated reference to the "invisible Custom option"
| -rw-r--r-- | emcc.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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(); |