mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
Fix GHC warning: -Woverlapping-patterns
Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
@@ -108,9 +108,6 @@ columnLayout (BinaryColumn scale min_size) rect stack = zip ws rects
|
|||||||
size_next = size - value
|
size_next = size - value
|
||||||
in value
|
in value
|
||||||
: f m_next size_next divide_next True
|
: f m_next size_next divide_next True
|
||||||
-- Last item: included twice.
|
|
||||||
f 0 size _ _noRoomPrev =
|
|
||||||
[size];
|
|
||||||
in f
|
in f
|
||||||
n_init size_init divide_init False
|
n_init size_init divide_init False
|
||||||
where
|
where
|
||||||
|
Reference in New Issue
Block a user