mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
Remove inline from .c files
It is ignored by compilers and hides unused static functions
This commit is contained in:
@@ -46,7 +46,7 @@ cursor_reset_display_attrs(Cursor *self) {
|
||||
}
|
||||
|
||||
|
||||
static inline void
|
||||
static void
|
||||
parse_color(int *params, unsigned int *i, unsigned int count, uint32_t *result) {
|
||||
unsigned int attr;
|
||||
uint8_t r, g, b;
|
||||
|
||||
Reference in New Issue
Block a user