aboutsummaryrefslogtreecommitdiff
path: root/include/workspace.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-19 07:14:03 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-19 07:14:03 -0400
commit8fb2e7e34e279a005a4d42e224f71f9b35ddf918 (patch)
treea04cc657974f755360c5102a88c908a5160f61cd /include/workspace.h
parentae367c5af496828cf326f55597db26fcbfefe6d0 (diff)
parentc5a69828934bf07db9062bd5f24bb2ff94b45b4a (diff)
Merge pull request #79 from taiyu-len/master
fixed floating_modifier related things
Diffstat (limited to 'include/workspace.h')
-rw-r--r--include/workspace.h1
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