From: Paul Eggert Date: Tue, 8 Mar 2011 17:25:52 +0000 (-0800) Subject: * bidi.c (BIDI_BOB): Remove unused macro. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~605^2^2~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=630d6892438c5fff742a0dddb0692d2a991418e2;p=emacs.git * bidi.c (BIDI_BOB): Remove unused macro. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4bf04043ab9..3375d985a41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -80,6 +80,7 @@ (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. + (BIDI_BOB): Remove unused macro. 2011-03-06 Chong Yidong diff --git a/src/bidi.c b/src/bidi.c index 1289798dd8c..3457e177436 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -72,7 +72,6 @@ static Lisp_Object bidi_type_table, bidi_mirror_table; #define RLO_CHAR 0x202E #define BIDI_EOB -1 -#define BIDI_BOB -2 /* FIXME: Is this needed? */ /* Local data structures. (Look in dispextern.h for the rest.) */