]> code.delx.au - gnu-emacs/blobdiff - src/widget.c
Fix bug #16252 with 'mailto:' documents passed to w32-shell-execute.
[gnu-emacs] / src / widget.c
index 89b43fdae76f456fd2d7fcbcddfa095a26e562f5..73c5149e2cdd1b385c6db9a02173fa0fe7ac0165 100644 (file)
@@ -404,8 +404,6 @@ set_frame_size (EmacsFrame ew)
        might end up with a frame width that is not a multiple of the
        frame's character width which is bad for vertically split
        windows.  */
-    f->scroll_bar_actual_width
-      = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f);
 
     compute_fringe_widths (f, 0);