aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/desktop.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-05 13:08:18 -0400
committerGitHub <noreply@github.com>2017-10-05 13:08:18 -0400
commitcec012019f6146b1376bb787dc96b73c7de82266 (patch)
tree383ea29795a696159cc35dfc9b30cfd251742895 /include/rootston/desktop.h
parent77eae178c725d13fee4862718af2a3029b128f41 (diff)
parentc5df6ca900cb445b88ede7e0ea3bb3a9042b5b6f (diff)
Merge pull request #208 from versusvoid/memory
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;
};