aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authormey <mey@imvu.com>2012-12-03 17:26:59 -0800
committerJukka Jylänki <jujjyl@gmail.com>2013-04-12 14:22:19 +0300
commit1276f9f5b73b10c914aa8c2c1a675be526b57480 (patch)
treefec1be91f765e6a9acd99c2119743b9a08c7e3be /system
parentc9eb75d64ab5735f15012c5839980edf3f1dd2ee (diff)
Some additional clean up.
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,