From 9754539e2275e33af34b5de9d343b85e8122d871 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 7 Jun 2016 00:07:47 +0100 Subject: remove unused and broken spidermonkey integration --- javascript/jsapi/node.bnd | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 javascript/jsapi/node.bnd (limited to 'javascript/jsapi/node.bnd') diff --git a/javascript/jsapi/node.bnd b/javascript/jsapi/node.bnd deleted file mode 100644 index 49fd06bc5..000000000 --- a/javascript/jsapi/node.bnd +++ /dev/null @@ -1,35 +0,0 @@ -/* Binding to generate Node interface - * - * Copyright 2012 Vincent Sanders - * - * This file is part of NetSurf, http://www.netsurf-browser.org/ - * - * Released under the terms of the MIT License, - * http://www.opensource.org/licenses/mit-license - */ - -webidlfile "dom.idl"; - -hdrcomment "Copyright 2012 Vincent Sanders "; -hdrcomment "This file is part of NetSurf, http://www.netsurf-browser.org/"; -hdrcomment "Released under the terms of the MIT License,"; -hdrcomment " http://www.opensource.org/licenses/mit-license"; - -preamble %{ - -#include - -#include "utils/config.h" -#include "utils/log.h" - -#include "javascript/jsapi.h" - -#include "node.h" - -%} - -binding node { - type js_libdom; /* the binding type */ - - interface Node; /* Web IDL interface to generate */ -} -- cgit v1.2.3