aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
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/macterm.c
parent6750bd93573b54223c8b002bae89fc03138e4971 (diff)
downloademacs-62867b112dc73f1ff2fc5156398850f1c8edd33b.tar.gz
emacs-62867b112dc73f1ff2fc5156398850f1c8edd33b.zip
(x_draw_relief_rect): Remove unused variable `dpy'.
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c1
1 files changed, 0 insertions, 1 deletions
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