aboutsummaryrefslogtreecommitdiffstats
path: root/sway/border.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/border.c')
-rw-r--r--sway/border.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sway/border.c b/sway/border.c
index 46343d61..304f8b87 100644
--- a/sway/border.c
+++ b/sway/border.c
@@ -415,12 +415,6 @@ void update_container_border(swayc_t *container) {
415 } 415 }
416} 416}
417 417
418void map_update_view_border(swayc_t *view, void *data) {
419 if (view->type == C_VIEW) {
420 update_view_border(view);
421 }
422}
423
424void render_view_borders(wlc_handle view) { 418void render_view_borders(wlc_handle view) {
425 swayc_t *c = swayc_by_handle(view); 419 swayc_t *c = swayc_by_handle(view);
426 420