aboutsummaryrefslogtreecommitdiff
path: root/float.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-12 13:10:21 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-12 13:10:21 +0200
commit0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab (patch)
treee241186eeb8c327beb9374fd8a82ac4499983130 /float.h
parentf6e41b0bc3a00a2c48a996e2da4ad84be9a719f7 (diff)
moved floating to layout.c, kept tile.c outside
Diffstat (limited to 'float.h')
-rw-r--r--float.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/float.h b/float.h
deleted file mode 100644
index 6acbe64..0000000
--- a/float.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-
-/* float.c */
-void floating(void); /* arranges all windows floating */
-void togglemax(const char *arg); /* toggles maximization of floating client */