aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 41fc8f73075..c27991154ba 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2332,7 +2332,6 @@ and put SIZE columns in the first of the pair.")
2332 2332
2333 o = XWINDOW (window); 2333 o = XWINDOW (window);
2334 fo = XFRAME (WINDOW_FRAME (o)); 2334 fo = XFRAME (WINDOW_FRAME (o));
2335 width = XFASTINT (o->width);
2336 2335
2337 if (NILP (size)) 2336 if (NILP (size))
2338 { 2337 {