Skip to content

Commit

Permalink
remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Aug 10, 2024
1 parent 9972536 commit 7d3589d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subbrute.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ SubBruteState* subbrute_alloc() {

instance->gui = furi_record_open(RECORD_GUI);

view_dispatcher_enable_queue(instance->view_dispatcher);
view_dispatcher_set_event_callback_context(instance->view_dispatcher, instance);
view_dispatcher_set_custom_event_callback(
instance->view_dispatcher, subbrute_custom_event_callback);
Expand Down

0 comments on commit 7d3589d

Please sign in to comment.