diff options
author | Guido Günther <agx@sigxcpu.org> | 2019-02-28 20:25:32 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-28 21:24:22 +0100 |
commit | cf9607f282ef0203d02e393d6099019aeaf51a38 (patch) | |
tree | 275253ecfd844d270a89986a2be9f3453e46ed49 /include | |
parent | 7da9af31e8db20add6306ab363d29b36eafed872 (diff) |
wlr_xdg_shell: Remove redundant declaration in the same file
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 14100fda..d813ad65 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -243,9 +243,6 @@ struct wlr_xdg_surface *wlr_xdg_surface_from_popup_resource( struct wlr_xdg_surface *wlr_xdg_surface_from_toplevel_resource( struct wl_resource *resource); -struct wlr_box wlr_xdg_positioner_get_geometry( - struct wlr_xdg_positioner *positioner); - /** * Send a ping to the surface. If the surface does not respond in a reasonable * amount of time, the ping_timeout event will be emitted. |