mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 08:35:44 -04:00
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:
parent
ff734036fc
commit
48ff37231f
@ -36,14 +36,6 @@
|
||||
|
||||
#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.
|
||||
void NE_RichTextResetSystem(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user