opt: remove useless code

This commit is contained in:
DreamMaoMao 2026-02-17 08:33:45 +08:00
parent 15729db193
commit c3dcee2c8e

View file

@ -334,7 +334,6 @@ static inline uint32_t client_set_size(Client *c, uint32_t width,
(int32_t)c->geom.x + (int32_t)c->bw &&
(int32_t)c->surface.xwayland->y ==
(int32_t)c->geom.y + (int32_t)c->bw) {
c->configure_serial = 0;
return 0;
}