From 2d4faae522668ad30cd512963d1982e591a183ab Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Mon, 26 May 2008 09:54:34 +0100 Subject: removed Layout->updategeom, unnecessary --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ba45347..5154405 100644 --- a/config.def.h +++ b/config.def.h @@ -27,9 +27,9 @@ double mfact = 0.55; Bool resizehints = True; /* False means respect size hints in tiled resizals */ Layout layouts[] = { - /* symbol arrange geom */ - { "[]=", tile, updatetilegeom }, /* first entry is default */ - { "><>", NULL, NULL }, /* no layout function means floating behavior */ + /* symbol arrange function */ + { "[]=", tile }, /* first entry is default */ + { "><>", NULL }, /* no layout function means floating behavior */ }; /* key definitions */ -- cgit v1.2.3-54-g00ecf