diff options
author | Oumuamua <aryanandroid26@gmail.com> | 2024-10-12 13:09:50 +0530 |
---|---|---|
committer | BenBE <BenBE@geshi.org> | 2024-10-12 13:37:41 +0200 |
commit | 4102862d12695cdf003e2d51ef6ce5984b7136d7 (patch) | |
tree | 9313ad05f60176454731ead8c2e95abf936da6e7 | |
parent | 261df1c685b93b3f21c7c26cbffd882997f351dc (diff) |
Remove duplicate function declaration in Row.hmain
-rw-r--r-- | Row.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,8 +162,6 @@ void Row_printRate(RichString* str, double rate, bool coloring); int Row_printPercentage(float val, char* buffer, size_t n, uint8_t width, int* attr); -void Row_display(const Object* cast, RichString* out); - static inline int Row_idEqualCompare(const void* v1, const void* v2) { const int p1 = ((const Row*)v1)->id; const int p2 = ((const Row*)v2)->id; |