]> code.delx.au - gnu-emacs/commitdiff
(x_draw_relief_rect): Remove unused variable `dpy'.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 15 May 2008 09:35:50 +0000 (09:35 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 15 May 2008 09:35:50 +0000 (09:35 +0000)
src/ChangeLog
src/macterm.c

index d4800bd50f25de6ca7462d24b3ae5f63c1885076..d7826d013aa0ec86681f2c7222258fd20405f582 100644 (file)
@@ -1,7 +1,8 @@
 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * macterm.c (mac_store_event_ref_as_apple_event)
-       [TARGET_API_MAC_CARBON]: Fix last change.
+       * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
+       [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
+       Fix last change.
 
 2008-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
index 3a96410634ea5cd04f26467ae5b271a008b28472..2e57efeb4326edb6208969024a72fde9ff4e9aeb 100644 (file)
@@ -3351,7 +3351,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
      int top_p, bot_p, left_p, right_p, raised_p;
      Rect *clip_rect;
 {
-  Display *dpy = FRAME_MAC_DISPLAY (f);
   int i;
   GC gc;