Removed InitRowData() member function which is now obsolete

This commit is contained in:
troy%netscape.com 1998-12-16 04:08:36 +00:00
parent 5359861f4a
commit 6b60c930de
2 changed files with 0 additions and 20 deletions

View File

@ -38,9 +38,6 @@ struct RowReflowState;
class nsTableRowFrame : public nsHTMLContainerFrame
{
public:
/** Initialization of frame as a row */
void InitRowData(PRInt32 aRowIndex);
/** Initialization of data */
NS_IMETHOD InitChildren(PRInt32 aRowIndex=-1);
@ -244,13 +241,6 @@ private:
};
inline void nsTableRowFrame::InitRowData(PRInt32 aRowIndex)
{
NS_ASSERTION(0<=aRowIndex, "bad param row index");
mRowIndex = aRowIndex;
}
inline PRInt32 nsTableRowFrame::GetRowIndex() const
{
NS_ASSERTION(0<=mRowIndex, "bad state: row index");

View File

@ -38,9 +38,6 @@ struct RowReflowState;
class nsTableRowFrame : public nsHTMLContainerFrame
{
public:
/** Initialization of frame as a row */
void InitRowData(PRInt32 aRowIndex);
/** Initialization of data */
NS_IMETHOD InitChildren(PRInt32 aRowIndex=-1);
@ -244,13 +241,6 @@ private:
};
inline void nsTableRowFrame::InitRowData(PRInt32 aRowIndex)
{
NS_ASSERTION(0<=aRowIndex, "bad param row index");
mRowIndex = aRowIndex;
}
inline PRInt32 nsTableRowFrame::GetRowIndex() const
{
NS_ASSERTION(0<=mRowIndex, "bad state: row index");