From 725aacf0d2e04c7b16aa0587c19f40b5adf2771c Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Sat, 18 Jan 2003 14:42:02 +0000 Subject: [PATCH] 89203 r+sr=roc+moz missed a file when I did the IBMBIDI removal from editor git-svn-id: svn://10.0.0.236/trunk@136596 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/text/nsTextEditRules.h | 2 -- 1 file changed, 2 deletions(-) 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