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 --- Makefile.config.example | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile.config.example') diff --git a/Makefile.config.example b/Makefile.config.example index 686ffea3a..aeddc1071 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -28,11 +28,8 @@ ### following line # override NETSURF_FB_FONTLIB := freetype -### To enable/disable JavaScript support, uncomment the appropriate line below. -# override NETSURF_USE_JS := NO -# override NETSURF_USE_JS := YES -# override NETSURF_USE_MOZJS := NO -# override NETSURF_USE_MOZJS := YES +### To disable JavaScript support, uncomment the appropriate line below. +# override NETSURF_USE_DUKTAPE := NO ### To change flags to javascript binding generator # GBFLAGS:=-g -- cgit v1.2.3