1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix warnings about an unused variables and implicit conversion (#10586)

This commit is contained in:
red-001 2020-11-12 20:05:47 +00:00 committed by GitHub
parent 68139a28eb
commit 8eb2cbac61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -68,7 +68,6 @@ private:
s32 max_pos;
s32 small_step;
s32 large_step;
u32 last_change;
s32 drag_offset;
s32 page_size;
s32 border_size;