aboutsummaryrefslogtreecommitdiff
path: root/system/lib
diff options
context:
space:
mode:
authorChad Austin <chad@imvu.com>2013-04-16 02:13:41 -0700
committerJukka Jylänki <jujjyl@gmail.com>2013-04-18 20:08:17 +0300
commitd990cb17d8c43913a733c28601f4319fce90c27a (patch)
tree1f390315942770b08df008899032d053ccd58f67 /system/lib
parentc2bc8d4f1ed4fe5e7477e4dc5d3f32ca5f1e6a56 (diff)
Finally! JSInterface is dead
Diffstat (limited to 'system/lib')
-rwxr-xr-xsystem/lib/embind/bind.cpp8
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;