diff options
author | taiyu <[email protected]> | 2015-08-19 01:06:15 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-19 01:06:15 -0700 |
commit | c5a69828934bf07db9062bd5f24bb2ff94b45b4a (patch) | |
tree | 5d580fed19fa2aa25014fe234edc6db14cfaa652 /include/workspace.h | |
parent | e16a4015ff216594eeb237ef81534bfaea7533d6 (diff) |
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
Diffstat (limited to 'include/workspace.h')
-rw-r--r-- | include/workspace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/workspace.h b/include/workspace.h index 8ce39bbd..042a15d9 100644 --- a/include/workspace.h +++ b/include/workspace.h @@ -15,6 +15,5 @@ void workspace_output_next(); void workspace_next(); void workspace_output_prev(); void workspace_prev(); -void layout_log(const swayc_t *c, int depth); #endif |