summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 6e365f4..0b4adcc 100644
--- a/st.c
+++ b/st.c
@@ -1075,6 +1075,7 @@ static void xunloadfonts(struct st_window *xw)
FcFontSetDestroy(xw->ibfont.set);
}
+__attribute((unused))
static void xzoom(struct st_window *xw, const union st_arg *arg)
{
xw->fontzoom = clamp(xw->fontzoom + arg->i, -8, 8);