| Index: samplecode/SampleApp.cpp
|
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
|
| index a3a81d8516843ed18e09555b02db35153a5e0307..65e3c17a444292a575c11ea9ee5361607d5659fa 100644
|
| --- a/samplecode/SampleApp.cpp
|
| +++ b/samplecode/SampleApp.cpp
|
| @@ -1982,9 +1982,6 @@ void SampleWindow::updateTitle() {
|
|
|
| title.prepend(gDeviceTypePrefix[fDeviceType]);
|
|
|
| - title.prepend(" ");
|
| - title.prepend(sk_tool_utils::colortype_name(this->getBitmap().colorType()));
|
| -
|
| if (fTilingMode != kNo_Tiling) {
|
| title.prependf("<T: %s> ", gTilingInfo[fTilingMode].label);
|
| }
|
|
|