mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(x_draw_relief_rect): Remove unused variable `dpy'.
This commit is contained in:
parent
6750bd9357
commit
62867b112d
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue