diff options
author | Chad Austin <chad@imvu.com> | 2013-04-16 02:13:41 -0700 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-18 20:08:17 +0300 |
commit | d990cb17d8c43913a733c28601f4319fce90c27a (patch) | |
tree | 1f390315942770b08df008899032d053ccd58f67 /system/lib | |
parent | c2bc8d4f1ed4fe5e7477e4dc5d3f32ca5f1e6a56 (diff) |
Finally! JSInterface is dead
Diffstat (limited to 'system/lib')
-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;
|