summaryrefslogtreecommitdiff
path: root/apps/gui/textarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/textarea.h')
-rw-r--r--apps/gui/textarea.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/gui/textarea.h b/apps/gui/textarea.h
index 3f16dd440c..5e770eac38 100644
--- a/apps/gui/textarea.h
+++ b/apps/gui/textarea.h
@@ -43,16 +43,6 @@ extern void gui_textarea_clear(struct screen * display);
extern void gui_textarea_update(struct screen * display);
/*
- * Displays message lines on the given screen
- * - display : the screen structure
- * - message : the lines to display
- * - ystart : the lineon which we start displaying
- * returns : the number of lines effectively displayed
- */
-extern int gui_textarea_put_message(struct screen * display,
- const struct text_message * message,
- int ystart);
-/*
* Compute the number of text lines the display can draw with the current font
* Also updates the char height and width
* - display : the screen structure