comment unused vars
This commit is contained in:
@@ -810,9 +810,9 @@ int PLX_antialias_buffer(float *buf, int buf_x, int buf_y) {
|
||||
buf[i] *= 0.5f;
|
||||
}
|
||||
#endif
|
||||
buf_x = buf_x;
|
||||
buf_y = buf_y;
|
||||
buf[0] = buf[0];
|
||||
(void)buf_x;
|
||||
(void)buf_y;
|
||||
(void)buf;
|
||||
return 1;
|
||||
#else
|
||||
/*XXX - TODO: THIS IS NOT FINAL CODE - IT DOES NOT WORK - DO NOT ENABLE IT */
|
||||
|
Reference in New Issue
Block a user