diff options
Diffstat (limited to 'src/embind/embind.js')
-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 f491c1dd..859181e7 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -505,7 +505,6 @@ function __embind_register_class( return h; }); - Handle.prototype.clone = function() { if (!this.ptr) { throw new BindingError(classType.name + ' instance already deleted'); |