From 1274f3c1fa8862b0818a1cd4bb13330c54de6b6c Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Fri, 14 Mar 2003 01:10:03 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V9_1_23mdk'. --- tools/ddcprobe/ddcxinfos.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/ddcprobe') diff --git a/tools/ddcprobe/ddcxinfos.c b/tools/ddcprobe/ddcxinfos.c index 22ed653b8..9888d5896 100644 --- a/tools/ddcprobe/ddcxinfos.c +++ b/tools/ddcprobe/ddcxinfos.c @@ -39,8 +39,6 @@ int main(int argc, char **argv) vbe_get_edid_ranges(edid, &hmin, &hmax, &vmin, &vmax); modelines = vbe_get_edid_modelines(edid); - if (hmin > hmax || vmin > vmax) return 0; - printf(hmin ? "%d-%d kHz HorizSync\n" : "\n", hmin, hmax); printf(vmin ? "%d-%d Hz VertRefresh\n" : "\n", vmin, vmax); -- cgit v1.2.1