diff options
author | nerdopolis <bluescreen_avenger@verizon.net> | 2023-12-09 00:00:26 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2023-12-10 22:13:58 -0500 |
commit | 1e5e49fa142c5da594062093767e9ebe139b0b27 (patch) | |
tree | cd42bbd072d762b5dda83ce9bd5b750d3ce7ec52 | |
parent | 9969852ad97f943938e5e6e19496446526a9f3cb (diff) |
ply-rich-text: Remove now unneeded definiton
-rw-r--r-- | src/libply-splash-core/ply-rich-text.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libply-splash-core/ply-rich-text.h b/src/libply-splash-core/ply-rich-text.h index bce267cf..e0ab9eaf 100644 --- a/src/libply-splash-core/ply-rich-text.h +++ b/src/libply-splash-core/ply-rich-text.h @@ -23,8 +23,6 @@ #include "ply-terminal.h" #include <stddef.h> -#define PLY_UTF8_CHARACTER_MAX_SIZE 5 - typedef struct _ply_rich_text_t ply_rich_text_t; typedef struct |