diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-12 08:52:48 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-05-12 08:52:48 -0400 |
commit | ac0e62584f6101277b76622a7274866cd50f615c (patch) | |
tree | bc4b40d375e765a9cc7bc9f812bea56e04047cbf /include/sway/tree | |
parent | 7f03570caf747b07f8da28e58cc8074f4f6bc33d (diff) |
Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"
This reverts commit 2511adffc29996b64d01d85b3de31de9a2af9096, reversing
changes made to 3e1bf721c69cb6df70c3dc3d3d4933e987339676.
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 65cadea1..144ad038 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -176,8 +176,6 @@ const char *view_get_instance(struct sway_view *view); uint32_t view_get_x11_window_id(struct sway_view *view); -const char *view_get_window_role(struct sway_view *view); - uint32_t view_get_window_type(struct sway_view *view); const char *view_get_type(struct sway_view *view); |