diff --git a/fusee/fusee-primary/src/stage2.h b/fusee/fusee-primary/src/stage2.h index f5fc22b34..632bacd29 100644 --- a/fusee/fusee-primary/src/stage2.h +++ b/fusee/fusee-primary/src/stage2.h @@ -21,9 +21,6 @@ typedef struct { typedef struct { uint32_t version; - uint32_t *lfb; - uint32_t console_row; - uint32_t console_col; char bct0[BCTO_MAX_SIZE]; } stage2_args_t;