summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index c00a4f1945..a64ec93f08 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -474,23 +474,11 @@ struct wps_data
474/* Redraw statusbars if necessary */ 474/* Redraw statusbars if necessary */
475void gwps_draw_statusbars(void); 475void gwps_draw_statusbars(void);
476 476
477/* Returns the index of the subline in the subline array
478 line - 0-based line number
479 subline - 0-based subline number within the line
480 */
481int wps_subline_index(struct wps_data *wps_data, int line, int subline);
482
483/* Returns the index of the first subline's token in the token array
484 line - 0-based line number
485 subline - 0-based subline number within the line
486 */
487int wps_first_token_index(struct wps_data *data, int line, int subline);
488
489/* Returns the index of the last subline's token in the token array. 477/* Returns the index of the last subline's token in the token array.
490 line - 0-based line number 478 line - 0-based line number
491 subline - 0-based subline number within the line 479 subline - 0-based subline number within the line
492 */ 480 */
493int wps_last_token_index(struct wps_data *data, int line, int subline); 481int skin_last_token_index(struct wps_data *data, int line, int subline);
494 482
495/* wps_data end */ 483/* wps_data end */
496 484