Removes leftover calls to event_handler

The possibility to add a callback as custom handler was removed from
the client in favor of esp_event. These removes the older alternative
that wasn't possible to use.
This commit is contained in:
Euripedes Rocha
2023-06-09 10:11:18 +02:00
parent a89af4bf8d
commit a492935951
3 changed files with 0 additions and 14 deletions

View File

@@ -61,7 +61,6 @@ typedef struct mqtt_state {
} mqtt_state_t;
typedef struct {
mqtt_event_callback_t event_handle;
esp_event_loop_handle_t event_loop_handle;
int task_stack;
int task_prio;