summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/linux/symbols-extension.map6
-rw-r--r--misc/dist/linux/symbols-gdnative.map9
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:
- *;
-};