From 608a18caff8d1b994ab24fa74b64885e67e6348e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 19 Sep 2016 22:02:51 +0100 Subject: remove junk references to old javascript implementations --- frontends/amiga/Makefile.defaults | 6 ------ frontends/atari/Makefile.defaults | 4 ---- 2 files changed, 10 deletions(-) (limited to 'frontends') diff --git a/frontends/amiga/Makefile.defaults b/frontends/amiga/Makefile.defaults index 186498132..f19d6e394 100644 --- a/frontends/amiga/Makefile.defaults +++ b/frontends/amiga/Makefile.defaults @@ -22,12 +22,6 @@ NETSURF_USE_AMIGA_DATATYPES := YES # Valid options: YES, NO NETSURF_USE_NSSVG := YES -# Enable NetSurf's use of Spidermonkey 1.80+ -# Only here to stop the build complaining; -# enable NETSURF_USE_MOZJS instead for JavaScript support -# Valid options: NO -NETSURF_USE_JS := NO - # Enable building the source object cache filesystem based backing store. # implementation. # Valid options: YES, NO diff --git a/frontends/atari/Makefile.defaults b/frontends/atari/Makefile.defaults index b738b48a2..dd040540f 100644 --- a/frontends/atari/Makefile.defaults +++ b/frontends/atari/Makefile.defaults @@ -18,10 +18,6 @@ NETSURF_USE_RSVG := AUTO # Valid options: YES, NO, AUTO NETSURF_USE_NSSVG := AUTO -# Enable Spidermonkey JavaScript engine -# Valid options: YES, NO -NETSURF_USE_MOZJS := NO - # Enable building the source object cache filesystem based backing store. # implementation. # Valid options: YES, NO -- cgit v1.2.3