]> git.eshelyaron.com Git - emacs.git/commitdiff
* bidi.c (BIDI_BOB): Remove unused macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:25:52 +0000 (09:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:25:52 +0000 (09:25 -0800)
src/ChangeLog
src/bidi.c

index 4bf04043ab9c408c79592f8b6847efc5e9f26a62..3375d985a41c6083464bf3cd0fb34bc2d318bbbc 100644 (file)
@@ -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  <cyd@stupidchicken.com>
 
index 1289798dd8c31dea98e524f9ae07baaa49f0f7c9..3457e17743686896aedf0d758decfaef2825d8eb 100644 (file)
@@ -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.)  */