From 6a8c110b83d3ef889168f87e8570cc66e414b3b3 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 26 Aug 2024 16:15:28 -0700 Subject: [PATCH] remove old cursor/mark decls --- src/df/gfx/df_gfx.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/df/gfx/df_gfx.h b/src/df/gfx/df_gfx.h index 492a2d0b..4b6ebd4d 100644 --- a/src/df/gfx/df_gfx.h +++ b/src/df/gfx/df_gfx.h @@ -223,8 +223,6 @@ struct DF_View // rjf: view state UI_ScrollPt2 scroll_pos; - //TxtPt cursor; - //TxtPt mark; // rjf: view-lifetime allocation & user data extensions Arena *arena;