(x_draw_relief_rect): Remove unused variable `dpy'.

This commit is contained in:
YAMAMOTO Mitsuharu 2008-05-15 09:35:50 +00:00
parent 6750bd9357
commit 62867b112d
2 changed files with 3 additions and 3 deletions

View 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,Ad(Brv <jan.h.d@swipnet.se>

View 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;