aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/desktop.h
diff options
context:
space:
mode:
authorVersus Void <versusvoid@gmail.com>2017-10-05 20:01:56 +0000
committerVersus Void <versusvoid@gmail.com>2017-10-05 20:01:56 +0000
commitc5df6ca900cb445b88ede7e0ea3bb3a9042b5b6f (patch)
treee9919a6c33e5827b53691331e79aa7a5a24524ab /include/rootston/desktop.h
parentedadbc7c7f88670afdbabd05a6027c438415c3db (diff)
Fix memory leaks
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r--include/rootston/desktop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 91ac87b7..0d641848 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -16,7 +16,6 @@ struct roots_output {
struct roots_desktop *desktop;
struct wlr_output *wlr_output;
struct wl_listener frame;
- struct wl_listener resolution;
struct timespec last_frame;
struct wl_list link;
};