aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-12-21 11:19:04 +0100
committerFurkan Sahin <furkan-dev@proton.me>2022-12-21 11:19:04 +0100
commit86a206d01742d0ebe4f3f713e65bb47670d1427b (patch)
treeee69039dd830c86e594f9163dde8df0931e10be3 /include
parenta6ae09b4b8e9df55446875211729e84b9f55f64f (diff)
swaynag: drop swaynag_type.font
It's too easy to have this go out of sync with font_description.
Diffstat (limited to 'include')
-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;