Skip to content

Commit c710a90

Browse files
committed
Remove unused method
1 parent da8cc41 commit c710a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Noesis.Javascript/JavascriptInterop.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ class JavascriptInterop
114114

115115
static System::Object^ ConvertArrayFromV8(Local<Value> iValue, ConvertedObjects &already_converted);
116116

117-
static Local<Object> WrapFunction(System::Object^ iObject, System::String^ iName);
118-
119117
static void Getter(Local<Name> iName, const PropertyCallbackInfo<Value>& iInfo);
120118

121119
static void Setter(Local<String> iName, Local<Value> iValue, const PropertyCallbackInfo<Value>& iInfo);

0 commit comments

Comments
 (0)