summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
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