Remove dubious assertion.
authortfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Mar 2013 21:24:20 +0000 (21:24 +0000)
committertfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Mar 2013 21:24:20 +0000 (21:24 +0000)
commitc1c68bd3a2bfac292f29c4dd9e26ebdede657320
tree767cca4c9c83c2d908c0dc41d23a9be404d3a8a2
parente9bbc81c7ef498f84f93819212e61627c1d08e52
Remove dubious assertion.

Clang error report:

../../src/animator/SkDrawBitmap.cpp:89:21: error: comparison of constant 4294967295
with expression of type 'int' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
    SkASSERT(format != (SkBitmap::Config) -1);
                 ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~

R=bsalomon@google.com,reed@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@8418 2bbb7eff-a529-9590-31e7-b0007b416f81
src/animator/SkDrawBitmap.cpp