From a905d701ee357f9d019ea496222626f102604be3 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:51:08 +0300 Subject: [PATCH] Remove unused call --- helpers/txrx/subghz_txrx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers/txrx/subghz_txrx.c b/helpers/txrx/subghz_txrx.c index 8c8c3b56dcb..a1f53c2e819 100644 --- a/helpers/txrx/subghz_txrx.c +++ b/helpers/txrx/subghz_txrx.c @@ -48,8 +48,6 @@ SubGhzTxRx* subghz_txrx_alloc() { instance->is_database_loaded = subghz_environment_load_keystore(instance->environment, SUBGHZ_KEYSTORE_DIR_NAME); subghz_environment_load_keystore(instance->environment, SUBGHZ_KEYSTORE_DIR_USER_NAME); - subghz_environment_set_came_atomo_rainbow_table_file_name( - instance->environment, SUBGHZ_CAME_ATOMO_DIR_NAME); subghz_environment_set_alutech_at_4n_rainbow_table_file_name( instance->environment, SUBGHZ_ALUTECH_AT_4N_DIR_NAME); subghz_environment_set_nice_flor_s_rainbow_table_file_name(