remove unused method (bug 115115; sr=smfr, r=cmanske)

This commit is contained in:
brade%netscape.com 2002-01-03 15:37:11 +00:00
Родитель 9c904d748c
Коммит d7f7725993
2 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -212,16 +212,6 @@ NS_IMETHODIMP nsEditorController::OnEvent(const nsAReadableString & aEventName)
return NS_OK;
}
PRBool nsEditorController::IsEnabled()
{
return PR_TRUE; // XXX: need to implement this
/*
PRUint32 flags=0;
NS_ENSURE_SUCCESS(mEditor->GetFlags(&flags), NS_ERROR_FAILURE);
check eEditorReadonlyBit and eEditorDisabledBit
*/
}
nsWeakPtr nsEditorController::sEditorCommandManager = NULL;

Просмотреть файл

@ -84,11 +84,6 @@ public:
// nsIInterfaceRequestor
NS_DECL_NSIINTERFACEREQUESTOR
protected:
/** return PR_TRUE if the editor associated with mContent is enabled */
PRBool IsEnabled();
protected:
//if editor is null then look to mContent. this is for dual use of window and content