diff options
| author | Chad Austin <chad@imvu.com> | 2013-03-19 03:49:20 -0700 |
|---|---|---|
| committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:26:19 +0300 |
| commit | f6b4ee3e883db2dd787fcde94909c5e91b2f8a92 (patch) | |
| tree | 0a88c4c2556ccd430f65327bd0f6a3bb8110bb4c /src/embind | |
| parent | a39afe6758e9aadffdd526a7f646293d31389e54 (diff) | |
RegisteredPointer and RegisteredClass are pretty simple now.
Diffstat (limited to 'src/embind')
| -rwxr-xr-x | src/embind/embind.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index 48646dd7..caec7978 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -462,7 +462,6 @@ function __embind_register_struct_field( }); } -// todo: I guarantee there is a way to simplify the following data structure. function RegisteredPointer( name, registeredClass, |
