Skip to content
Snippets Groups Projects
Commit fe019abe authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove unused variables

parent 3856b419
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4201 passed
...@@ -1674,10 +1674,7 @@ bitmap_snap(bool grow, int maxwidth, int maxheight) ...@@ -1674,10 +1674,7 @@ bitmap_snap(bool grow, int maxwidth, int maxheight)
int wc; int wc;
int cw; int cw;
int cs; int cs;
int w, h;
w = vstat.winwidth;
h = vstat.winheight;
wc = bitmap_width_controls(); wc = bitmap_width_controls();
if (wc) { if (wc) {
mult = vstat.winwidth / vstat.scrnwidth; mult = vstat.winwidth / vstat.scrnwidth;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment