Skip to content

Commit

Permalink
Merge branch 'htop-dev:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Oct 22, 2024
2 parents b1690e9 + 4102862 commit 6c45301
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 6c45301

Please sign in to comment.