Cleanup: unused vars

This commit is contained in:
Campbell Barton 2019-05-16 21:16:56 +10:00
parent a9b393c367
commit 469f2ec17a
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ bool GPU_upload_dxt_texture(ImBuf *ibuf, bool use_srgb)
return true;
#else
(void)ibuf;
UNUSED_VARS(ibuf, use_srgb);
return false;
#endif
}