| Index: Source/core/rendering/RenderFrameSet.h
|
| diff --git a/Source/core/rendering/RenderFrameSet.h b/Source/core/rendering/RenderFrameSet.h
|
| index df5c385ce62c9ba6316cae9599369677a4051705..a13428ab58bb73130f8ccea9c14eccf2673d460c 100644
|
| --- a/Source/core/rendering/RenderFrameSet.h
|
| +++ b/Source/core/rendering/RenderFrameSet.h
|
| @@ -69,9 +69,6 @@ public:
|
|
|
| bool userResize(MouseEvent*);
|
|
|
| - bool isResizingRow() const;
|
| - bool isResizingColumn() const;
|
| -
|
| bool canResizeRow(const IntPoint&) const;
|
| bool canResizeColumn(const IntPoint&) const;
|
|
|
|
|