From 9b05f29894cfcc477c2963fda3618a87458bd890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 9 Mar 2022 13:56:14 +0100 Subject: Remove unused GDNative code This has been superseded by GDExtension so this code is no longer useful nor usable. There's still some GDNative-related stuff in platform export code which needs to be adapted for GDExtension (e.g. to include GDExtension libraries in exports). --- misc/dist/shell/godot.bash-completion | 1 - 1 file changed, 1 deletion(-) (limited to 'misc/dist/shell/godot.bash-completion') diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index eeee538aba..56bf23a268 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -73,7 +73,6 @@ _complete_godot_options() { --doctool --no-docbase --build-solutions ---gdnative-generate-json-api --test " -- "$1")) } -- cgit v1.2.3