Browse Source

removed unused code

Krzysztof Krysiński 1 year ago
parent
commit
cbff63447b
1 changed files with 0 additions and 14 deletions
  1. 0 14
      src/PixiEditor.Extensions.Wasm/native/api_interop.c

+ 0 - 14
src/PixiEditor.Extensions.Wasm/native/api_interop.c

@@ -24,20 +24,6 @@ void initialize()
     assert(!exception);
     assert(!exception);
 }
 }
 
 
-/*__attribute__((export_name("entry")))
-void entry()
-{
-    if (!method_entry) {
-        method_entry = lookup_dotnet_method("PixiEditor.Extensions.Wasm.dll", "PixiEditor.Extensions.Wasm", "Interop", "Entry", -1);
-        assert(method_entry);
-    }
-
-    void* method_params[] = {};
-    MonoObject *exception;
-    mono_wasm_invoke_method (method_entry, NULL, method_params, &exception);
-    assert (!exception);
-}*/
-
 void logger_log_message(MonoString* message)
 void logger_log_message(MonoString* message)
 {
 {
     char* message_utf8 = mono_wasm_string_get_utf8(message);
     char* message_utf8 = mono_wasm_string_get_utf8(message);