library: Remove unimplemented functions from RichText system

They were never meant to be there, they are a copy-paste error from taking
the code of the original text system to create the original files of the
rich text system.
This commit is contained in:
Antonio Niño Díaz 2024-03-29 14:56:55 +00:00
parent ff734036fc
commit 48ff37231f

View File

@ -36,14 +36,6 @@
#define NE_MAX_RICH_TEXT_FONTS 8 ///< Default max number of rich text fonts #define NE_MAX_RICH_TEXT_FONTS 8 ///< Default max number of rich text fonts
/// Change the priority of rich text drawn after this function call.
///
/// @param priority New priority.
void NE_RichTextPrioritySet(int priority);
/// Set to 0 the priority of rich text drawn after this function call.
void NE_RichTextPriorityReset(void);
/// Clears all rich text font slots. /// Clears all rich text font slots.
void NE_RichTextResetSystem(void); void NE_RichTextResetSystem(void);