summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOumuamua <aryanandroid26@gmail.com>2024-10-12 13:09:50 +0530
committerBenBE <BenBE@geshi.org>2024-10-12 13:37:41 +0200
commit4102862d12695cdf003e2d51ef6ce5984b7136d7 (patch)
tree9313ad05f60176454731ead8c2e95abf936da6e7
parent261df1c685b93b3f21c7c26cbffd882997f351dc (diff)
Remove duplicate function declaration in Row.hmain
-rw-r--r--Row.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Row.h b/Row.h
index 6d882909..78629a3a 100644
--- a/Row.h
+++ b/Row.h
@@ -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;