summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2012-10-01 22:39:39 -0400
committerDana Jansens <danakj@orodu.net>2012-10-06 22:52:31 -0400
commit5e282dae08be3b900e0337efa0fae8f3ffa92cd7 (patch)
treed69699a7b3a8e3c0425d347951c0f9c167c73cc4 /openbox/config.h
parent8a26a5190ca8479b96261c9e896e88bd32f56d06 (diff)
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.
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 0 insertions, 2 deletions
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;