mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed unused variables.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7f50de4670
commit
6354f6b265
@ -47,6 +47,9 @@ show_mouse_pointer (int x, int y)
|
||||
#ifdef HAVE_LIBGPM
|
||||
if (use_mouse_p == MOUSE_GPM)
|
||||
Gpm_DrawPointer (x, y, gpm_consolefd);
|
||||
#else
|
||||
(void) x;
|
||||
(void) y;
|
||||
#endif /* HAVE_LIBGPM */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user