Fix GHC warning: -Wunused-matches

Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
slotThe
2021-05-19 10:25:46 +02:00
parent 3f8c570347
commit b51ccc87b8
5 changed files with 14 additions and 14 deletions

View File

@@ -110,7 +110,7 @@ columnLayout (BinaryColumn scale min_size) rect stack = zip ws rects
in value
: f n_next size_next n_fl True
-- Last item: included twice.
f 0 size div no_room_prev =
f 0 size _ _noRoomPrev =
[size];
in f
n_init size_init divide_init False