This commit is contained in:
HarukiToreda
2025-12-05 02:42:21 -05:00
parent 1381bb1dfd
commit c0728b0eba
3 changed files with 1 additions and 4 deletions

View File

@@ -62,9 +62,6 @@ void clearMessageCache();
void scrollUp();
void scrollDown();
// Determines if a line is a header line
bool isHeader(const std::string &line);
} // namespace MessageRenderer
} // namespace graphics
#endif