Index: Source/core/rendering/AbstractInlineTextBox.cpp |
diff --git a/Source/core/rendering/AbstractInlineTextBox.cpp b/Source/core/rendering/AbstractInlineTextBox.cpp |
index 81a40048a484a9aaf1364d5f2795dbf111d9e685..a223e245e69dcdcb869ae198139df61b8605c5c8 100644 |
--- a/Source/core/rendering/AbstractInlineTextBox.cpp |
+++ b/Source/core/rendering/AbstractInlineTextBox.cpp |
@@ -90,14 +90,6 @@ LayoutRect AbstractInlineTextBox::bounds() const |
return m_renderText->localToAbsoluteQuad(boundaries).enclosingBoundingBox(); |
} |
-unsigned AbstractInlineTextBox::start() const |
-{ |
- if (!m_inlineTextBox) |
- return 0; |
- |
- return m_inlineTextBox->start(); |
-} |
- |
unsigned AbstractInlineTextBox::len() const |
{ |
if (!m_inlineTextBox) |