diff --git a/mozilla/editor/libeditor/text/nsTextEditRules.h b/mozilla/editor/libeditor/text/nsTextEditRules.h index 3b7ddf0106c..da3b4e5a67f 100644 --- a/mozilla/editor/libeditor/text/nsTextEditRules.h +++ b/mozilla/editor/libeditor/text/nsTextEditRules.h @@ -187,12 +187,10 @@ protected: nsresult CreateMozBR(nsIDOMNode *inParent, PRInt32 inOffset, nsCOMPtr *outBRNode); -#ifdef IBMBIDI nsresult CheckBidiLevelForDeletion(nsIDOMNode *aSelNode, PRInt32 aSelOffset, nsIEditor::EDirection aAction, PRBool *aCancel); -#endif // IBMBIDI // data members nsPlaintextEditor *mEditor; // note that we do not refcount the editor