зеркало из https://github.com/mozilla/pjs.git
remove unused method (bug 115115; sr=smfr, r=cmanske)
This commit is contained in:
Родитель
9c904d748c
Коммит
d7f7725993
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче