From bd7466e1b7fa7bf567effeb4fcd7ab6f218dff25 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 21 Dec 2022 11:19:04 +0100 Subject: swaynag: drop swaynag_type.font It's too easy to have this go out of sync with font_description. --- include/swaynag/types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/swaynag') diff --git a/include/swaynag/types.h b/include/swaynag/types.h index 18f218e0..31c6ac08 100644 --- a/include/swaynag/types.h +++ b/include/swaynag/types.h @@ -4,7 +4,6 @@ struct swaynag_type { char *name; - char *font; // Used for debugging. PangoFontDescription *font_description; char *output; uint32_t anchors; -- cgit v1.2.3-54-g00ecf