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);