Eevee: Remove unused variable.

This commit is contained in:
Clément Foucault 2018-01-29 21:59:53 +01:00
parent 376d42304b
commit 1fe2b4bf60
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ static struct {
unsigned int sss_count;
float view_vecs[2][4];
float alpha_hash_offset;
float noise_offsets[3];
} e_data = {NULL}; /* Engine data */