diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/macterm.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 089afb97ecc..9c5c073fc79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'. | ||
| 4 | |||
| 1 | 2008-05-15 Kenichi Handa <handa@m17n.org> | 5 | 2008-05-15 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * font.c (font_find_for_lface): Reflect LFACE_FONT in the font | 7 | * font.c (font_find_for_lface): Reflect LFACE_FONT in the font |
diff --git a/src/macterm.c b/src/macterm.c index 2e9e6a3c2a1..0542b043f8e 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -3550,7 +3550,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width, | |||
| 3550 | int top_p, bot_p, left_p, right_p, raised_p; | 3550 | int top_p, bot_p, left_p, right_p, raised_p; |
| 3551 | Rect *clip_rect; | 3551 | Rect *clip_rect; |
| 3552 | { | 3552 | { |
| 3553 | Display *dpy = FRAME_MAC_DISPLAY (f); | ||
| 3554 | int i; | 3553 | int i; |
| 3555 | GC gc; | 3554 | GC gc; |
| 3556 | 3555 | ||