diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-09 15:57:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 15:57:30 +0100 |
commit | 922348f4c00e694961a7c9717abdcd0310c11973 (patch) | |
tree | d63eea4fbf2ec123340e62a96cb8a5a8164d9aca /modules/gdnative/pluginscript/SCsub | |
parent | bc9dd15f0e4408cbde1942a11aba8fc5eed71589 (diff) | |
parent | 9b05f29894cfcc477c2963fda3618a87458bd890 (diff) | |
download | redot-engine-922348f4c00e694961a7c9717abdcd0310c11973.tar.gz |
Merge pull request #58925 from akien-mga/remove-unused-gdnative-code
Diffstat (limited to 'modules/gdnative/pluginscript/SCsub')
-rw-r--r-- | modules/gdnative/pluginscript/SCsub | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdnative/pluginscript/SCsub b/modules/gdnative/pluginscript/SCsub deleted file mode 100644 index 0b2db3b504..0000000000 --- a/modules/gdnative/pluginscript/SCsub +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python - -Import("env") -Import("env_gdnative") - -env_gdnative.add_source_files(env.modules_sources, "*.cpp") |