Skip to content

Commit 4102862

Browse files
AryanGitHubBenBE
authored andcommitted
Remove duplicate function declaration in Row.h
1 parent 261df1c commit 4102862

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Row.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ void Row_printRate(RichString* str, double rate, bool coloring);
162162

163163
int Row_printPercentage(float val, char* buffer, size_t n, uint8_t width, int* attr);
164164

165-
void Row_display(const Object* cast, RichString* out);
166-
167165
static inline int Row_idEqualCompare(const void* v1, const void* v2) {
168166
const int p1 = ((const Row*)v1)->id;
169167
const int p2 = ((const Row*)v2)->id;

0 commit comments

Comments
 (0)