aboutsummaryrefslogtreecommitdiff
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-10-15 00:23:53 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-10-15 00:26:27 +1000
commitc6f153d8f9ad6c961c8dd8e620dc2e8fcb20e7bc (patch)
treeb3ad36486ef4cf25c29a2ae0f40f986565e52bfb /include/swaybar/bar.h
parent893f61d03a18b8e5dcb3893b2e3d164690a1f433 (diff)
Event loop: Fix memmove and remove extraneous declaration
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index db2d3d62..58e2dee6 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -9,7 +9,6 @@ struct swaybar_config;
struct swaybar_output;
struct swaybar_workspace;
struct loop;
-struct loop_event;
struct swaybar_pointer {
struct wl_pointer *pointer;