From 5e282dae08be3b900e0337efa0fae8f3ffa92cd7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Oct 2012 22:39:39 -0400 Subject: Remove now-unused config_place_center option. The new LeastOverlap placement doesn't use this option, and it kind of defeats the purpose of the algorithm. --- openbox/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 43386d3c..a111a06f 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -83,8 +83,6 @@ extern gboolean config_unfocus_leave; /*! The algorithm to use for placing new windows */ extern ObPlacePolicy config_place_policy; -/*! Place windows in the center of the free area */ -extern gboolean config_place_center; /*! Place windows on the active monitor (unless they are part of an application already on another monitor) */ extern ObPlaceMonitor config_place_monitor; -- cgit v1.2.3