mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_Scripting: remove lua acess to ap object creation
This commit is contained in:
parent
2c847b1061
commit
c1cd095508
@ -2347,13 +2347,6 @@ void emit_sandbox(void) {
|
||||
end_dependency(source, data->dependency);
|
||||
data = data->next;
|
||||
}
|
||||
data = parsed_ap_objects;
|
||||
while (data) {
|
||||
start_dependency(source, data->dependency);
|
||||
fprintf(source, " {\"%s\", new_%s},\n", data->name, data->sanatized_name);
|
||||
end_dependency(source, data->dependency);
|
||||
data = data->next;
|
||||
}
|
||||
if (parsed_globals) {
|
||||
struct method_alias *manual_aliases = parsed_globals->method_aliases;
|
||||
while (manual_aliases) {
|
||||
|
Loading…
Reference in New Issue
Block a user