Remove unused structure.

svn path=/trunk/netsurf/; revision=12592
This commit is contained in:
Michael Drake 2011-07-07 19:21:05 +00:00
parent 5560356e0e
commit 9f0d5f9dcd

View File

@ -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);