No longer generating 4444, remove from rebaseline tool.
https://codereview.appspot.com/6886048/


git-svn-id: http://skia.googlecode.com/svn/trunk@6692 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/rebaseline.py b/tools/rebaseline.py
index a36dbc7..8a3a8ea 100755
--- a/tools/rebaseline.py
+++ b/tools/rebaseline.py
@@ -51,7 +51,7 @@
         if (pair[0] == 'base-shuttle-win7-intel-angle'):
             testtypes = [ 'angle' ]
         else:
-            testtypes = [ '4444', '565', '8888', 'gpu', 'pdf' ]
+            testtypes = [ '565', '8888', 'gpu', 'pdf' ]
         print pair[0] + ':'
         for testtype in testtypes:
             infilename = testname + '_' + testtype + '.png'