diff options
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/linux/symbols-extension.map | 6 | ||||
-rw-r--r-- | misc/dist/linux/symbols-gdnative.map | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/misc/dist/linux/symbols-extension.map b/misc/dist/linux/symbols-extension.map deleted file mode 100644 index 5af224e..0000000 --- a/misc/dist/linux/symbols-extension.map +++ /dev/null @@ -1,6 +0,0 @@ -{ - global: - webrtc_extension_init; - local: - *; -}; diff --git a/misc/dist/linux/symbols-gdnative.map b/misc/dist/linux/symbols-gdnative.map deleted file mode 100644 index d048dc3..0000000 --- a/misc/dist/linux/symbols-gdnative.map +++ /dev/null @@ -1,9 +0,0 @@ -{ - global: - godot_gdnative_singleton; - godot_gdnative_init; - godot_gdnative_terminate; - godot_nativescript_init; - local: - *; -}; |