mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
i915: remove unused driFd variable
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
a025e539e4
commit
82b9b2e523
2 changed files with 0 additions and 3 deletions
|
|
@ -428,7 +428,6 @@ intelInitContext(struct intel_context *intel,
|
|||
|
||||
driContextPriv->driverPrivate = intel;
|
||||
intel->driContext = driContextPriv;
|
||||
intel->driFd = sPriv->fd;
|
||||
|
||||
intel->gen = intelScreen->gen;
|
||||
|
||||
|
|
|
|||
|
|
@ -273,8 +273,6 @@ struct intel_context
|
|||
|
||||
bool use_early_z;
|
||||
|
||||
int driFd;
|
||||
|
||||
__DRIcontext *driContext;
|
||||
struct intel_screen *intelScreen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue