diff options
author | Leonardo Hernandez Hernandez <leohdz172@outlook.com> | 2021-09-28 18:08:52 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-08 18:17:21 -0600 |
commit | d1ff1e6f75d9c53c953957b5c0a64e0bcb40008b (patch) | |
tree | f94349f569c8398e895a53bdf8440ddd053a5e3f | |
parent | 2d2c21664cb01b18d3543c45d64f574e406f5a3f (diff) |
remove typedef `Decoration`
-rw-r--r-- | dwl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -120,11 +120,6 @@ typedef struct { } Client; typedef struct { - struct wl_listener request_mode; - struct wl_listener destroy; -} Decoration; - -typedef struct { uint32_t mod; xkb_keysym_t keysym; void (*func)(const Arg *); |