diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2010-08-25 20:29:36 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2010-08-25 20:29:36 +0000 |
commit | 2d592e1226070b61d10e15b7124f1fda339dfcca (patch) | |
tree | e6a758458230712f5adecabfc9b15746d7d27e27 | |
parent | e39f747dc230a82dfb30cb5c666f61ce93bee3d7 (diff) |
remove annoying is lvds / is crt errorf calls
ok fgs@ matthieu@ oga@
-rw-r--r-- | driver/xf86-video-intel/src/i830_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/xf86-video-intel/src/i830_display.c b/driver/xf86-video-intel/src/i830_display.c index cb4b9e6bb..243b7a6ae 100644 --- a/driver/xf86-video-intel/src/i830_display.c +++ b/driver/xf86-video-intel/src/i830_display.c @@ -2309,7 +2309,6 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode, switch (intel_output->type) { case I830_OUTPUT_LVDS: - ErrorF("is lvds\n"); is_lvds = TRUE; lvds_bits = intel_output->lvds_bits; break; @@ -2328,7 +2327,6 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode, is_tv = TRUE; break; case I830_OUTPUT_ANALOG: - ErrorF("is crt\n"); is_crt = TRUE; break; } |