diff options
author | mey <mey@imvu.com> | 2012-12-03 17:26:59 -0800 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:22:19 +0300 |
commit | 1276f9f5b73b10c914aa8c2c1a675be526b57480 (patch) | |
tree | fec1be91f765e6a9acd99c2119743b9a08c7e3be /system | |
parent | c9eb75d64ab5735f15012c5839980edf3f1dd2ee (diff) |
Some additional clean up.
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, |