mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
opt: remove useless code
This commit is contained in:
parent
4bae00857a
commit
784c6160a7
1 changed files with 0 additions and 1 deletions
|
|
@ -336,7 +336,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->geom.x + (int32_t)c->bw &&
|
||||||
(int32_t)c->surface.xwayland->y ==
|
(int32_t)c->surface.xwayland->y ==
|
||||||
(int32_t)c->geom.y + (int32_t)c->bw) {
|
(int32_t)c->geom.y + (int32_t)c->bw) {
|
||||||
c->configure_serial = 0;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue