| Index: Source/platform/fonts/FontMetrics.h
|
| diff --git a/Source/platform/fonts/FontMetrics.h b/Source/platform/fonts/FontMetrics.h
|
| index 642624158693cb86581aa96a34565fe0a8b8e5de..62079d535eb72bfff4bec2f6a6cb30741bf29218 100644
|
| --- a/Source/platform/fonts/FontMetrics.h
|
| +++ b/Source/platform/fonts/FontMetrics.h
|
| @@ -173,11 +173,6 @@ private:
|
| bool m_hasZeroWidth;
|
| };
|
|
|
| -inline float scaleEmToUnits(float x, unsigned unitsPerEm)
|
| -{
|
| - return unitsPerEm ? x / unitsPerEm : x;
|
| -}
|
| -
|
| } // namespace blink
|
|
|
| #endif // FontMetrics_h
|
|
|