]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x])
authorSeiji Zenitani <zenitani@mac.com>
Sun, 14 Jun 2009 06:12:34 +0000 (06:12 +0000)
committerSeiji Zenitani <zenitani@mac.com>
Sun, 14 Jun 2009 06:12:34 +0000 (06:12 +0000)
src/ChangeLog
src/xdisp.c

index d1d4e600f6c7209ed21920c85eee06c3e5b7e30e..ab357bda4cec78e7c2c523935df3bd7dbae4a9ac 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-14  Seiji Zenitani  <zenitani@mac.com>
+
+       * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
+
 2009-06-11  Kenichi Handa  <handa@m17n.org>
 
        * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
index 0f3674433b532e5b35982a87fcc9bcc02444f1ef..dd2c8714c0c660025f08149d49623b4be54ca6e7 100644 (file)
@@ -9863,7 +9863,7 @@ update_tool_bar (f, save_match_data)
      struct frame *f;
      int save_match_data;
 {
-#if defined (USE_GTK) || defined (HAVE_NS) || USE_MAC_TOOLBAR
+#if defined (USE_GTK) || defined (HAVE_NS)
   int do_update = FRAME_EXTERNAL_TOOL_BAR (f);
 #else
   int do_update = WINDOWP (f->tool_bar_window)
@@ -10337,7 +10337,7 @@ redisplay_tool_bar (f)
   struct it it;
   struct glyph_row *row;
 
-#if defined (USE_GTK) || defined (HAVE_NS) || USE_MAC_TOOLBAR
+#if defined (USE_GTK) || defined (HAVE_NS)
   if (FRAME_EXTERNAL_TOOL_BAR (f))
     update_frame_tool_bar (f);
   return 0;
@@ -13968,7 +13968,7 @@ redisplay_window (window, just_this_one_p)
 #ifdef HAVE_WINDOW_SYSTEM
       if (FRAME_WINDOW_P (f))
         {
-#if defined (USE_GTK) || defined (HAVE_NS) || USE_MAC_TOOLBAR
+#if defined (USE_GTK) || defined (HAVE_NS)
           redisplay_tool_bar_p = FRAME_EXTERNAL_TOOL_BAR (f);
 #else
           redisplay_tool_bar_p = WINDOWP (f->tool_bar_window)