summaryrefslogtreecommitdiff
path: root/render/textinput.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-07-07 19:21:05 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-07-07 19:21:05 +0000
commit9f0d5f9dcd8f36c093f00952e4fe40194acca76b (patch)
treec163f766f9b3a25ce45e546cad13c66f499d88f9 /render/textinput.h
parent5560356e0eedb4681102889182f63a045c295671 (diff)
downloadnetsurf-9f0d5f9dcd8f36c093f00952e4fe40194acca76b.tar.gz
netsurf-9f0d5f9dcd8f36c093f00952e4fe40194acca76b.tar.bz2
Remove unused structure.
svn path=/trunk/netsurf/; revision=12592
Diffstat (limited to 'render/textinput.h')
-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);