diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:22:28 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:25:06 +0200 |
| commit | 1492bd0e7d92b3c7c1ca6adfe46dab4b8c2d3fed (patch) | |
| tree | 31587c790320eef390e5224dba943966036673d2 /openbox/place.c | |
| parent | c12d09bde85e40fdfbb36225a1b596b5f27c2335 (diff) | |
Fix shadowed variables
Diffstat (limited to 'openbox/place.c')
| -rw-r--r-- | openbox/place.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/place.c b/openbox/place.c index 851e4f8f..aa572db2 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -254,8 +254,6 @@ static gboolean place_nooverlap(ObClient *c, gint *x, gint *y) /* try ignoring different things to find empty space */ for (ignore = 0; ignore < IGNORE_END && !ret; ignore++) { - guint i; - /* try all monitors in order of preference */ for (i = 0; i < screen_num_monitors && !ret; ++i) { GList *it; |
