diff --git a/include/NERichText.h b/include/NERichText.h index e5123e2..59970b9 100644 --- a/include/NERichText.h +++ b/include/NERichText.h @@ -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);