From 23e9813c88ba0b3c2a2393d8182a20dc2062472e Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 20 Nov 2023 01:41:50 +0200 Subject: [PATCH] refactor: remove the spawn function declation --- src/actions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/actions.h b/src/actions.h index 16cc369..bcc6806 100644 --- a/src/actions.h +++ b/src/actions.h @@ -7,8 +7,6 @@ #include "archy_dwm.h" -static void spawn(const Arg *arg); - static void focusmon(const Arg *arg); static void fullscreen(const Arg *arg);