aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-05-15 09:35:50 +0000
committerYAMAMOTO Mitsuharu2008-05-15 09:35:50 +0000
commit62867b112dc73f1ff2fc5156398850f1c8edd33b (patch)
tree15d6e226bf94a4743e2cca905961714f1cad32a3 /src
parent6750bd93573b54223c8b002bae89fc03138e4971 (diff)
downloademacs-62867b112dc73f1ff2fc5156398850f1c8edd33b.tar.gz
emacs-62867b112dc73f1ff2fc5156398850f1c8edd33b.zip
(x_draw_relief_rect): Remove unused variable `dpy'.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/macterm.c1
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4800bd50f2..d7826d013aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,8 @@
12008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 12008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 2
3 * macterm.c (mac_store_event_ref_as_apple_event) 3 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
4 [TARGET_API_MAC_CARBON]: Fix last change. 4 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
5 Fix last change.
5 6
62008-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72008-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7 8
diff --git a/src/macterm.c b/src/macterm.c
index 3a96410634e..2e57efeb432 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -3351,7 +3351,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
3351 int top_p, bot_p, left_p, right_p, raised_p; 3351 int top_p, bot_p, left_p, right_p, raised_p;
3352 Rect *clip_rect; 3352 Rect *clip_rect;
3353{ 3353{
3354 Display *dpy = FRAME_MAC_DISPLAY (f);
3355 int i; 3354 int i;
3356 GC gc; 3355 GC gc;
3357 3356