term: remove unused struct definition 'rgb'

This commit is contained in:
Daniel Eklöf 2020-07-16 11:52:51 +02:00
parent 7f6ed98a83
commit e1e52c706a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -19,8 +19,6 @@
#define likely(c) __builtin_expect(!!(c), 1)
#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
* means fewer scrollback lines (or performance drops due to cache