opt: clear useless arg

This commit is contained in:
DreamMaoMao 2026-05-09 13:58:46 +08:00
parent f83dd433cb
commit ee2e21e20b
3 changed files with 3 additions and 5 deletions

View file

@ -821,8 +821,7 @@ static void dwindle_move_client(DwindleNode **root, Client *c, Client *target,
float ratio, int32_t dir);
static void dwindle_resize_client_step(Monitor *m, Client *c, int32_t dx,
int32_t dy);
static void dwindle_resize_client(Monitor *m, Client *c, int32_t dx,
int32_t dy);
static void dwindle_resize_client(Monitor *m, Client *c);
#include "data/static_keymap.h"
#include "dispatch/bind_declare.h"