summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/textinput.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/render/textinput.h b/render/textinput.h
index 2502f7896..5aa747f75 100644
--- a/render/textinput.h
+++ b/render/textinput.h
@@ -28,28 +28,10 @@
#include <stdbool.h>
-
-struct browser_window;
struct box;
struct content;
-struct caret
-{
- bool defined;
-
- struct browser_window *bw;
-
- struct box *text_box;
- size_t char_offset;
-
- /* document co-ordinates of bottom left of caret */
- int x;
- int y;
- int height;
-};
-
-
void textinput_textarea_click(struct content *c, browser_mouse_state mouse,
struct box *textarea, int box_x, int box_y, int x, int y);