summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/render/form.h b/render/form.h
index b5f6a7e2c..9088ca293 100644
--- a/render/form.h
+++ b/render/form.h
@@ -94,11 +94,6 @@ struct form_control {
bool disabled; /**< Whether control is disabled */
struct box *box; /**< Box for control */
- /** Caret details. */
- struct box *caret_inline_container;
- struct box *caret_text_box;
- size_t caret_box_offset, caret_form_offset;
- int caret_pixel_offset;
unsigned int length; /**< Number of characters in control */
unsigned int maxlength; /**< Maximum characters permitted */