aboutsummaryrefslogtreecommitdiff
path: root/include/sway/container.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-10 19:53:50 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-10 19:53:50 -0500
commit93084c9cf80901b160e0eb50b72a8e607289a678 (patch)
tree0b6c6753bb52f8382110e8ab5d9755f4807f4ee7 /include/sway/container.h
parentce3a1b3922850124c562e56ea9a783b090e969b9 (diff)
remove old focus member
Diffstat (limited to 'include/sway/container.h')
-rw-r--r--include/sway/container.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 01e166ad..48363be6 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -106,10 +106,6 @@ struct sway_container {
* The parent of this container. NULL for the root container.
*/
struct sway_container *parent;
- /**
- * Which of this container's children has focus.
- */
- struct sway_container *focused;
/**
* Number of master views in auto layouts.