From 2f65100bee904493cb90863d6dc54d774b6a39c3 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 1 Aug 2016 22:25:08 -0400 Subject: Remove dead global locked_view_focus The value of `locked_view_focus` is always false. Remove dead code associated with this variable to simplify things. --- include/focus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/focus.h') diff --git a/include/focus.h b/include/focus.h index 236d050b..b532edc2 100644 --- a/include/focus.h +++ b/include/focus.h @@ -33,7 +33,6 @@ bool set_focused_container_for(swayc_t *ancestor, swayc_t *container); // and unlocked when they are destroyed extern bool locked_container_focus; -extern bool locked_view_focus; // Prevents wss from being destroyed on focus switch extern bool suspend_workspace_cleanup; -- cgit v1.2.3-54-g00ecf