diff options
Diffstat (limited to 'system/lib/embind/bind.cpp')
-rwxr-xr-x | system/lib/embind/bind.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/lib/embind/bind.cpp b/system/lib/embind/bind.cpp index 6cacf1e2..35d99dad 100755 --- a/system/lib/embind/bind.cpp +++ b/system/lib/embind/bind.cpp @@ -36,14 +36,6 @@ extern "C" { }
}
-namespace emscripten {
- namespace internal {
- JSInterface* create_js_interface(EM_VAL e) {
- return new JSInterface(e);
- }
- }
-}
-
// TODO: fix in library.js or a proper emscripten libc
extern "C" wchar_t *wmemset(wchar_t *dest, wchar_t c, size_t count) {
wchar_t *o = dest;
|