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/text.bnd | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 javascript/jsapi/text.bnd (limited to 'javascript/jsapi/text.bnd') diff --git a/javascript/jsapi/text.bnd b/javascript/jsapi/text.bnd deleted file mode 100644 index eb17a943e..000000000 --- a/javascript/jsapi/text.bnd +++ /dev/null @@ -1,47 +0,0 @@ -/* Binding to generate Text 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 "html.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 "render/html_internal.h" -#include "javascript/jsapi.h" - -#include "text.h" - -%} - -#include "dom.bnd" - -binding text { - type js_libdom; /* the binding type */ - - interface Text; /* Web IDL interface to generate */ - - private "dom_text *" node; - private "struct html_content *" htmlc; -} - -api finalise %{ - if (private != NULL) { - dom_node_unref(private->node); - } -%} -- cgit v1.2.3