summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 7086314f..0152ed55 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -235,11 +235,6 @@ uint32_t view_configure(struct sway_view *view, double lx, double ly, int width,
235 int height); 235 int height);
236 236
237/** 237/**
238 * Center the view in its workspace and build the swayc decorations around it.
239 */
240void view_init_floating(struct sway_view *view);
241
242/**
243 * Configure the view's position and size based on the swayc's position and 238 * Configure the view's position and size based on the swayc's position and
244 * size, taking borders into consideration. 239 * size, taking borders into consideration.
245 */ 240 */