Skip to content

Commit

Permalink
Remove unused call
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 5, 2023
1 parent 2081344 commit a905d70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helpers/txrx/subghz_txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a905d70

Please sign in to comment.