aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rwxr-xr-xsystem/include/emscripten/bind.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/include/emscripten/bind.h b/system/include/emscripten/bind.h
index 281ae85b..96e8dda5 100755
--- a/system/include/emscripten/bind.h
+++ b/system/include/emscripten/bind.h
@@ -99,16 +99,6 @@ namespace emscripten {
GenericFunction destructor,
GenericFunction getPointee);
- void _embind_register_vector(
- TYPEID vectorType,
- TYPEID elementType,
- const char* name,
- GenericFunction constructor,
- GenericFunction destructor,
- GenericFunction length,
- GenericFunction getter,
- GenericFunction setter);
-
void _embind_register_class(
TYPEID classType,
TYPEID pointerType,