From 9f0d5f9dcd8f36c093f00952e4fe40194acca76b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 7 Jul 2011 19:21:05 +0000 Subject: Remove unused structure. svn path=/trunk/netsurf/; revision=12592 --- render/textinput.h | 18 ------------------ 1 file changed, 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 - -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); -- cgit v1.2.3