summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index a4ebffc443a..121c55fdb20 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3517,7 +3517,7 @@ x_set_line_spacing (struct frame *f, Lisp_Object new_value, Lisp_Object old_valu
void
x_set_screen_gamma (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)
{
- Lisp_Object bgcolor, frame;
+ Lisp_Object bgcolor;
if (NILP (new_value))
f->gamma = 0;