aboutsummaryrefslogtreecommitdiff
path: root/include/swaynag
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-12-21 11:19:04 +0100
committerSimon Ser <contact@emersion.fr>2022-12-22 17:42:33 +0100
commitbd7466e1b7fa7bf567effeb4fcd7ab6f218dff25 (patch)
treeee69039dd830c86e594f9163dde8df0931e10be3 /include/swaynag
parentfd0af78e43f4dd67a404f475c676b25ae38a4b82 (diff)
swaynag: drop swaynag_type.font
It's too easy to have this go out of sync with font_description.
Diffstat (limited to 'include/swaynag')
-rw-r--r--include/swaynag/types.h1
1 files changed, 0 insertions, 1 deletions
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;