diff options
Diffstat (limited to 'src/picom.h')
| -rw-r--r-- | src/picom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/picom.h b/src/picom.h index 25f7580..7ee289b 100644 --- a/src/picom.h +++ b/src/picom.h @@ -40,8 +40,6 @@ uint32_t determine_evmask(session_t *ps, xcb_window_t wid, win_evmode_t mode); void circulate_win(session_t *ps, xcb_circulate_notify_event_t *ce); -void update_refresh_rate(session_t *ps); - void root_damaged(session_t *ps); void cxinerama_upd_scrs(session_t *ps); @@ -86,14 +84,6 @@ static inline bool array_wid_exists(const xcb_window_t *arr, int count, xcb_wind return false; } -/** - * Destroy a condition list. - */ -static inline void free_wincondlst(c2_lptr_t **pcondlst) { - while ((*pcondlst = c2_free_lptr(*pcondlst))) - continue; -} - #ifndef CONFIG_OPENGL static inline void free_paint_glx(session_t *ps attr_unused, paint_t *p attr_unused) { } |