From 07300da7dfc1f783418e81eb7bea9b6c42952755 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 16 Jul 2019 19:26:04 +0200 Subject: Do not keep track of fullscreen state There is no more need for this after the removal of the special color handling for fullscreen mode in commit 2886876. --- sxiv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sxiv.h') diff --git a/sxiv.h b/sxiv.h index 50da31b..707eba7 100644 --- a/sxiv.h +++ b/sxiv.h @@ -385,7 +385,6 @@ enum { ATOM__NET_WM_ICON, ATOM__NET_WM_STATE, ATOM__NET_WM_STATE_FULLSCREEN, - ATOM__NET_SUPPORTED, ATOM_COUNT }; @@ -417,8 +416,6 @@ struct win { unsigned int h; /* = win height - bar height */ unsigned int bw; - bool fullscreen; - struct { int w; int h; -- cgit v1.2.3-54-g00ecf