config.def.h
changeset 1220 6603d83d133d
parent 1209 c2dc0bd92158
child 1224 47496de04028
--- a/config.def.h	Mon May 19 17:27:30 2008 +0100
+++ b/config.def.h	Mon May 19 20:07:12 2008 +0100
@@ -25,12 +25,10 @@
 double mfact           = 0.55;
 Bool resizehints       = True;     /* False means respect size hints in tiled resizals */
 
-#include "tile.c"
-
 Layout layouts[] = {
 	/* symbol     arrange  geom */
 	{ "[]=",      tile,    updatetilegeom }, /* first entry is default */
-	{ "><>",      NULL,                   }, /* no layout function means floating behavior */
+	{ "><>",      NULL,    NULL           }, /* no layout function means floating behavior */
 };
 
 /* key definitions */