Ported to new CreateFrame/CreateContinuingFrame APIs

git-svn-id: svn://10.0.0.236/trunk@1204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-05-07 00:08:20 +00:00
parent 99983b9346
commit d75e25fc42
89 changed files with 1092 additions and 624 deletions

View File

@@ -162,15 +162,6 @@ nsrefcnt nsInput::Release()
return mRefCnt;
}
nsIFrame*
nsInput::CreateFrame(nsIPresContext *aPresContext,
nsIFrame *aParentFrame)
{
NS_ASSERTION(0, "frames must be created by subclasses of Input");
return nsnull;
}
PRBool
nsInput::IsHidden()
{