Skip to content

Commit

Permalink
Remove duplicate function declaration in Row.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanGitHub authored and BenBE committed Oct 12, 2024
1 parent 261df1c commit 4102862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Row.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4102862

Please sign in to comment.