summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-03-13 11:23:07 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-03-13 11:23:07 +0000
commit2af4b5be014194a656eeaff4fcc7bb844d287947 (patch)
treedf6223cc6889f77ffe19fcbf28db88de478b92da /desktop/textarea.h
parent95e726c7cc21c52829548340142d266cdb8f1123 (diff)
downloadnetsurf-2af4b5be014194a656eeaff4fcc7bb844d287947.tar.gz
netsurf-2af4b5be014194a656eeaff4fcc7bb844d287947.tar.bz2
Make textarea_get_caret private.
Diffstat (limited to 'desktop/textarea.h')
-rw-r--r--desktop/textarea.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/textarea.h b/desktop/textarea.h
index 8652c5436..016f15a10 100644
--- a/desktop/textarea.h
+++ b/desktop/textarea.h
@@ -166,14 +166,6 @@ int textarea_get_text(struct textarea *ta, char *buf, unsigned int len);
bool textarea_set_caret(struct textarea *ta, int caret);
/**
- * Get the caret's position
- *
- * \param ta Text area
- * \return 0-based character index of caret location, or -1 on error
- */
-int textarea_get_caret(struct textarea *ta);
-
-/**
* Handle redraw requests for text areas
*
* \param ta textarea to render