mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-04 03:02:37 -04:00
opt: remove useless code
This commit is contained in:
parent
5ee0d5c627
commit
72898a165c
1 changed files with 0 additions and 4 deletions
|
|
@ -487,8 +487,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;
|
||||||
|
|
@ -2584,8 +2582,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