From 836f883d98b425f360d953ce5a701849fd4d8fdf Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 24 Dec 2016 22:32:54 +0000 Subject: Remove some unused variables that have been removed upstream as well. Fixes some clang warnings. ok jsg@ --- sys/dev/pci/drm/i915/intel_tv.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/drm/i915/intel_tv.c b/sys/dev/pci/drm/i915/intel_tv.c index 1c9fde03955..c7b67fc694f 100644 --- a/sys/dev/pci/drm/i915/intel_tv.c +++ b/sys/dev/pci/drm/i915/intel_tv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intel_tv.c,v 1.9 2015/09/23 23:12:12 kettenis Exp $ */ +/* $OpenBSD: intel_tv.c,v 1.10 2016/12/24 22:32:53 kettenis Exp $ */ /* * Copyright © 2006-2008 Intel Corporation * Jesse Barnes @@ -326,24 +326,12 @@ static const struct color_conversion sdtv_csc_yprpb = { .rv = 0x0100, .gv = 0x03ad, .bv = 0x074d, .av = 0x0200, }; -static const struct color_conversion sdtv_csc_rgb = { - .ry = 0x0000, .gy = 0x0f00, .by = 0x0000, .ay = 0x0166, - .ru = 0x0000, .gu = 0x0000, .bu = 0x0f00, .au = 0x0166, - .rv = 0x0f00, .gv = 0x0000, .bv = 0x0000, .av = 0x0166, -}; - static const struct color_conversion hdtv_csc_yprpb = { .ry = 0x05b3, .gy = 0x016e, .by = 0x0728, .ay = 0x0145, .ru = 0x07d5, .gu = 0x038b, .bu = 0x0100, .au = 0x0200, .rv = 0x0100, .gv = 0x03d1, .bv = 0x06bc, .av = 0x0200, }; -static const struct color_conversion hdtv_csc_rgb = { - .ry = 0x0000, .gy = 0x0f00, .by = 0x0000, .ay = 0x0166, - .ru = 0x0000, .gu = 0x0000, .bu = 0x0f00, .au = 0x0166, - .rv = 0x0f00, .gv = 0x0000, .bv = 0x0000, .av = 0x0166, -}; - static const struct video_levels component_levels = { .blank = 279, .black = 279, .burst = 0, }; -- cgit v1.2.3