This commit is contained in:
RogueMaster
2022-11-02 20:24:27 -04:00
parent 8f67320e7a
commit e1d3e67fc5
4 changed files with 70 additions and 73 deletions
@@ -21,7 +21,6 @@ static void about_view_draw_callback(Canvas* canvas, void* context) {
canvas_draw_str_aligned(canvas, 0, 50, AlignLeft, AlignTop, "press back");
}
AboutView* about_view_alloc() {
AboutView* about_view = malloc(sizeof(AboutView));
about_view->view = view_alloc();