| Index: samplecode/SampleTiling.cpp
|
| diff --git a/samplecode/SampleTiling.cpp b/samplecode/SampleTiling.cpp
|
| index 5c2a352f1a19460dfbe79b3db0e0fb8e6a798705..69c77106364ec3ace12516327044844083dcca35 100644
|
| --- a/samplecode/SampleTiling.cpp
|
| +++ b/samplecode/SampleTiling.cpp
|
| @@ -57,7 +57,6 @@ static void setup(SkPaint* paint, const SkBitmap& bm, bool filter,
|
| static const SkBitmap::Config gConfigs[] = {
|
| SkBitmap::kARGB_8888_Config,
|
| SkBitmap::kRGB_565_Config,
|
| - SkBitmap::kARGB_4444_Config
|
| };
|
| static const int gWidth = 32;
|
| static const int gHeight = 32;
|
|
|