Stop running bench_pictures with msaa4 on Galaxy Nexus

Hopefully this works around https://code.google.com/p/skia/issues/detail?id=1560

R=robertphillips@google.com

Review URL: https://codereview.chromium.org/23449017

git-svn-id: http://skia.googlecode.com/svn/trunk@11023 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index 862d2a6..4934cd3 100644
--- a/tools/bench_pictures.cfg
+++ b/tools/bench_pictures.cfg
@@ -109,8 +109,7 @@
   'nexus_s':      AndroidConfigList((256, 256), 0.4897, [],  (480,  800),
                                     do_gpu=False),
   'xoom':         AndroidConfigList((256, 256), 1.2244, [],  (1200, 800)),
-  'galaxy_nexus': AndroidConfigList((256, 256), 0.8163, [],  (800,  1280)) + \
-                      [msaa4],
+  'galaxy_nexus': AndroidConfigList((256, 256), 0.8163, [],  (800,  1280)),
   'nexus_4':      AndroidConfigList((256, 256), 0.7836, [],  (768,  1280)),
   'nexus_7':      AndroidConfigList((256, 256), 1.3061, [4], (1280, 800)),
   'nexus_10':     AndroidConfigList((512, 512), 2.6122, [],  (2560, 1600),