summaryrefslogtreecommitdiff
path: root/modules/gdnative/SCsub
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-11-25 15:10:32 +0100
committerGitHub <noreply@github.com>2020-11-25 15:10:32 +0100
commitc5451468cf09cc7d3f9d3018072b41125d921db1 (patch)
tree787848c9d1d78fc47a9a6cffe1de148c329e84e4 /modules/gdnative/SCsub
parent8c713fa9bf1084ddb9b48802b61f9818d57a622e (diff)
parentd76806d322c4618f703347751f36feb35ef2d9f2 (diff)
Merge pull request #43854 from akien-mga/ptrcall-always-on
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Diffstat (limited to 'modules/gdnative/SCsub')
-rw-r--r--modules/gdnative/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub
index 0e2291c1f9..bd06347afb 100644
--- a/modules/gdnative/SCsub
+++ b/modules/gdnative/SCsub
@@ -30,5 +30,3 @@ _, gensource = env_gdnative.CommandNoCache(
env.Run(gdnative_builders.build_gdnative_api_struct, "Generating GDNative API."),
)
env_gdnative.add_source_files(env.modules_sources, [gensource])
-
-env.use_ptrcall = True