From 4328c075e8982fc65a03a72f5326aa9e45355741 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 10 Sep 2018 18:25:32 +0100 Subject: [PATCH] fixes --- gfx/display_servers/dispserv_x11.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gfx/display_servers/dispserv_x11.c b/gfx/display_servers/dispserv_x11.c index f1b243bf24..0d4ba81575 100644 --- a/gfx/display_servers/dispserv_x11.c +++ b/gfx/display_servers/dispserv_x11.c @@ -232,13 +232,6 @@ static bool x11_set_resolution(void *data, } /* above code is the modeline genorator */ - /* create progressive newmode from modline variables */ - if (height < 300) - { - sprintf(xrandr,"xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d -hsync -vsync", width, height, hz, pixel_clock, width, hfp, hsp, hbp, height, vfp, vsp, vbp); - system(xrandr); - - } /* create interlaced newmode from modline variables */ if (height < 300) {