diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-09 23:41:00 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-09 23:41:00 +1000 |
commit | b0fc7e98501fc885197de90af6579dc121e7ef46 (patch) | |
tree | 3021699cc8742542ca1f0e7f408d53d0b3efe8e8 /include | |
parent | ab8a86369c01c7146991ff4ae2ef04b0a1db06ca (diff) |
Remove duplicate function declaration and add assertion
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index bd25e76e..b6cda83c 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -97,6 +97,4 @@ void output_drag_icons_for_each_surface(struct wl_list *drag_icons, struct sway_output *output, struct root_geometry *geo, wlr_surface_iterator_func_t iterator, void *user_data); -struct sway_container *output_get_active_workspace(struct sway_output *output); - #endif |