aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/new_float.c
diff options
context:
space:
mode:
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 @@
1#include "log.h"
2#include "sway/commands.h"
3
4struct cmd_results *cmd_new_float(int argc, char **argv) {
5 sway_log(L_INFO, "`new_float` is deprecated and will be removed in the future. "
6 "Please use `default_floating_border` instead.");
7 return cmd_default_floating_border(argc, argv);
8}