diff -r 455e795c1c38 -r 6603d83d133d config.def.h --- 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 */