| Index: Source/core/platform/graphics/FontCache.h
|
| diff --git a/Source/core/platform/graphics/FontCache.h b/Source/core/platform/graphics/FontCache.h
|
| index 4f7cacdc899e6fb2ee43f4aa36342159ff28594b..30516f4abaac9a5d0e7faf1c36bc6ec71d2b46c6 100644
|
| --- a/Source/core/platform/graphics/FontCache.h
|
| +++ b/Source/core/platform/graphics/FontCache.h
|
| @@ -117,10 +117,6 @@ public:
|
| static void getFontFamilyForCharacter(UChar32, const char* preferredLocale, SimpleFontFamily*);
|
| #endif
|
|
|
| - // Multiplying the floating point size by 100 gives two decimal
|
| - // point precision which should be sufficient.
|
| - static const unsigned s_fontSizePrecisionMultiplier = 100;
|
| -
|
| private:
|
| FontCache();
|
| ~FontCache();
|
|
|