swaynag: drop swaynag_type.font

It's too easy to have this go out of sync with font_description.
This commit is contained in:
Simon Ser 2022-12-21 11:19:04 +01:00
parent fd0af78e43
commit bd7466e1b7
4 changed files with 5 additions and 12 deletions

View file

@ -4,7 +4,6 @@
struct swaynag_type {
char *name;
char *font; // Used for debugging.
PangoFontDescription *font_description;
char *output;
uint32_t anchors;