From 25a7c25a0f784ff2333ebb19775c56b1bbafeb6a Mon Sep 17 00:00:00 2001 From: George Baltz N3GB Date: Mon, 15 Sep 2025 17:46:43 -0400 Subject: [PATCH] This did nothing locally, maybe needed remotely --- bindings/ignore.swg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/ignore.swg b/bindings/ignore.swg index 4765a41b9..9de6a6fe8 100644 --- a/bindings/ignore.swg +++ b/bindings/ignore.swg @@ -116,6 +116,8 @@ // others %rename("$ignore", regexmatch$name="python_callbacks") ""; // internal structs and methods used by bindings %ignore rig_state::cache; // deprecated +%ignore rig_set_trn; // deprecated +%ignore rig_get_trn; // deprecated #ifdef SWIGLUA %ignore Rig::set_level(setting_t,int,vfo_t);