[Openchrome-devel] [PATCH 5/9] Fix unused-variable warning in via_vt1632.c.
Xavier Bachelot
xavier at bachelot.org
Fri Aug 5 23:14:44 UTC 2016
Signed-off-by: Xavier Bachelot <xavier at bachelot.org>
---
src/via_vt1632.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/via_vt1632.c b/src/via_vt1632.c
index 7e669cf..45e57ca 100644
--- a/src/via_vt1632.c
+++ b/src/via_vt1632.c
@@ -204,7 +204,6 @@ Bool
viaVT1632Init(ScrnInfoPtr pScrn, I2CBusPtr pI2CBus)
{
xf86OutputPtr output;
- VIAPtr pVia = VIAPTR(pScrn);
ViaVT1632Ptr pVIAVT1632Rec = NULL;
I2CDevPtr pI2CDevice = NULL;
I2CSlaveAddr i2cAddr = 0x10;
--
2.7.4
More information about the Openchrome-devel
mailing list