| Index: Source/core/rendering/RenderTableSection.h
|
| diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
|
| index f87164256da1abb398944a6c6ceb01ec12b8212c..db9a15f4020d2d8b8f9cc21eb044cde40d3cfced 100644
|
| --- a/Source/core/rendering/RenderTableSection.h
|
| +++ b/Source/core/rendering/RenderTableSection.h
|
| @@ -49,9 +49,6 @@ public:
|
| {
|
| }
|
|
|
| - unsigned start() const { return m_start; }
|
| - unsigned end() const { return m_end; }
|
| -
|
| unsigned& start() { return m_start; }
|
| unsigned& end() { return m_end; }
|
|
|
|
|