From 48ff37231f6ae0a908b93edaea29d7037beebc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Fri, 29 Mar 2024 14:56:55 +0000 Subject: [PATCH] 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. --- include/NERichText.h | 8 -------- 1 file changed, 8 deletions(-) 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);