mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
ios add dummy call and remove some lookup functions
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -13,9 +13,6 @@ import Flutter
|
||||
}
|
||||
|
||||
public func dummyMethodToEnforceBundling() {
|
||||
get_rgba();
|
||||
// free_rgba(nil);
|
||||
// get_by_name("", "");
|
||||
// set_by_name("", "");
|
||||
session_get_rgba(nil);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
void* get_rgba();
|
||||
void free_rgba(void*);
|
||||
void set_by_name(const char*, const char*);
|
||||
const char* get_by_name(const char*, const char*);
|
||||
const unsigned char* session_get_rgba(const char*);
|
||||
|
||||
Reference in New Issue
Block a user