Chromium Code Reviews| Index: src/ports/SkFontHost_fontconfig.cpp |
| =================================================================== |
| --- src/ports/SkFontHost_fontconfig.cpp (revision 8005) |
| +++ src/ports/SkFontHost_fontconfig.cpp (working copy) |
| @@ -249,7 +249,6 @@ |
| static SkStream* open_stream(const FontConfigTypeface* face, int* ttcIndex) { |
| SkStream* stream = face->getLocalStream(); |
| - int index; |
|
sugoi
2013/03/06 16:14:59
unused variable
|
| if (stream) { |
| stream->ref(); |
| // should have been provided by CreateFromStream() |