Skip to content

Commit

Permalink
[clean] Remove unused vars from Invert::render()
Browse files Browse the repository at this point in the history
  • Loading branch information
grandchild committed Oct 31, 2024
1 parent 4fc9abf commit 5dc093d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions avs/vis_avs/e_invert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ int E_Invert::render(char[2][2][576],
int*,
int w,
int h) {
int i = w * h;
int* p = framebuffer;

if (is_beat & 0x80000000) {
return 0;
}
Expand Down

0 comments on commit 5dc093d

Please sign in to comment.