aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-05-26 09:54:34 +0100
committerAnselm R Garbe2008-05-26 09:54:34 +0100
commitb5bb9e4fd81f3853eff1111d145ce650abb47e3d (patch)
treea968118e8ba401807c090536721c1d4b5c9ae1b5 /config.def.h
parentd39e2b375e9ab62ac72026ded775e3606b8163d8 (diff)
downloadaur-b5bb9e4fd81f3853eff1111d145ce650abb47e3d.tar.gz
removed Layout->updategeom, unnecessary
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index ba4534758074..5154405e0787 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 */