diff --git a/right/src/buspal/command.h b/right/src/buspal/command.h index 82b7521..5417b83 100644 --- a/right/src/buspal/command.h +++ b/right/src/buspal/command.h @@ -40,9 +40,6 @@ typedef struct CommandProcessorData { // Interface to command processor operations. typedef struct CommandInterface { - status_t (*init)(void); - status_t (*pump)(void); - const command_handler_entry_t *handlerTable; command_processor_data_t *stateData; } command_interface_t;