From 0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 12 Aug 2007 13:10:21 +0200 Subject: moved floating to layout.c, kept tile.c outside --- float.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 float.h (limited to 'float.h') 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 */ -- cgit v1.2.3-54-g00ecf