diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-07-17 12:13:10 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-08-08 11:29:14 +0100 |
commit | c3edb8efeac95e07e21a2111c6c203550ee16e52 (patch) | |
tree | 4d038200137ae2d51deda9a33796dc6dcfabb36c /src/via_dri.h | |
parent | 4e482d17e69c0179a552859b7f035a0f4b026805 (diff) |
The function was an empty since 2008 at least. Remove it alongside the
unused GLX visuals code.
With this all the GL/GLX dependencies in the driver are gone.
Note: the driver currently does not build if XAA is missing
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
---
Analogous to the radeonhd one - patch is for posterity.
Feel free to pick or ignore.
Diffstat (limited to 'src/via_dri.h')
-rw-r--r-- | src/via_dri.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/via_dri.h b/src/via_dri.h index e7e9f32..fb8821b 100644 --- a/src/via_dri.h +++ b/src/via_dri.h @@ -69,10 +69,6 @@ typedef struct { typedef struct { int dummy; -} VIAConfigPrivRec, *VIAConfigPrivPtr; - -typedef struct { - int dummy; } VIADRIContextRec, *VIADRIContextPtr; #endif /* _VIA_DRI_H_ */ |