diff options
Diffstat (limited to 'system')
-rwxr-xr-x | system/include/emscripten/bind.h | 10 |
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, |