aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/widget.c b/src/widget.c
index b5b76bb306b..baa6a2ab917 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -579,15 +579,6 @@ EmacsFrameResize (Widget widget)
579 if (true || frame_resize_pixelwise) 579 if (true || frame_resize_pixelwise)
580 { 580 {
581 int width, height; 581 int width, height;
582/** int width = (ew->core.width **/
583/** - FRAME_SCROLL_BAR_AREA_WIDTH (f) **/
584/** - FRAME_TOTAL_FRINGE_WIDTH (f) **/
585/** - 2 * FRAME_INTERNAL_BORDER_WIDTH (f)); **/
586
587/** int height = (ew->core.height **/
588/** - FRAME_TOOLBAR_HEIGHT (f) **/
589/** - FRAME_SCROLL_BAR_AREA_HEIGHT (f) **/
590/** - 2 * FRAME_INTERNAL_BORDER_WIDTH (f)); **/
591 582
592 pixel_to_text_size (ew, ew->core.width, ew->core.height, &width, &height); 583 pixel_to_text_size (ew, ew->core.width, ew->core.height, &width, &height);
593 change_frame_size (f, width, height, 0, 1, 0, 1); 584 change_frame_size (f, width, height, 0, 1, 0, 1);