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
bc5cf2c7d7
commit
43d0f0f54a
1 changed files with 0 additions and 4 deletions
|
|
@ -488,8 +488,6 @@ typedef struct {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
struct wlr_xdg_popup *wlr_popup;
|
struct wlr_xdg_popup *wlr_popup;
|
||||||
Client *client;
|
|
||||||
LayerSurface *layer;
|
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
struct wl_listener destroy;
|
struct wl_listener destroy;
|
||||||
struct wl_listener commit;
|
struct wl_listener commit;
|
||||||
|
|
@ -2622,8 +2620,6 @@ static void commitpopup(struct wl_listener *listener, void *data) {
|
||||||
goto commitpopup_listen_free;
|
goto commitpopup_listen_free;
|
||||||
}
|
}
|
||||||
|
|
||||||
popup->client = c;
|
|
||||||
popup->layer = l;
|
|
||||||
popup->type = type;
|
popup->type = type;
|
||||||
popup->wlr_popup = wkr_popup;
|
popup->wlr_popup = wkr_popup;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue