i3 - improved tiling WM


t/234-layout-restore-output: Remove unused import

Patch status: merged

Patch by Mats

Long description:

List::MoreUtils is imported but not used.

To apply this patch, use:
curl http://cr.i3wm.org/patch/660/raw.patch | git am

b/testcases/t/234-layout-restore-output.t

14
@@ -19,7 +19,6 @@
15
 # Bug still in: 4.8-26-gf96ec19
16
 use i3test;
17
 use File::Temp qw(tempfile);
18
-use List::MoreUtils qw(uniq);
19
 use IO::Handle;
20
 
21
 my $ws = fresh_workspace;