aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/new_float.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
committerDrew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
commitcd1b32453a9296c18b28bff71607aeb22987b5cd (patch)
treec653c6d525b471914c01a9d7ae543f521b6138ed /sway/commands/new_float.c
parent8e06985cc1b479724446fba752e0fecfb998e87b (diff)
parent5785170421dc38437acde8bb61068cd16fda716c (diff)
Merge branch 'wlroots'
Diffstat (limited to 'sway/commands/new_float.c')
-rw-r--r--sway/commands/new_float.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sway/commands/new_float.c b/sway/commands/new_float.c
deleted file mode 100644
index d0f96093..00000000
--- a/sway/commands/new_float.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "log.h"
-#include "sway/commands.h"
-
-struct cmd_results *cmd_new_float(int argc, char **argv) {
- sway_log(L_INFO, "`new_float` is deprecated and will be removed in the future. "
- "Please use `default_floating_border` instead.");
- return cmd_default_floating_border(argc, argv);
-}