mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
term: remove unused struct definition 'rgb'
This commit is contained in:
parent
7f6ed98a83
commit
e1e52c706a
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@
|
||||||
#define likely(c) __builtin_expect(!!(c), 1)
|
#define likely(c) __builtin_expect(!!(c), 1)
|
||||||
#define unlikely(c) __builtin_expect(!!(c), 0)
|
#define unlikely(c) __builtin_expect(!!(c), 0)
|
||||||
|
|
||||||
struct rgb { float r, g, b; };
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: we want the cells to be as small as possible. Larger cells
|
* Note: we want the cells to be as small as possible. Larger cells
|
||||||
* means fewer scrollback lines (or performance drops due to cache
|
* means fewer scrollback lines (or performance drops due to cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue