mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 13:52:29 +00:00
Fix some unused variable warnings. (#162)
This commit is contained in:
@@ -123,9 +123,9 @@ void KB_beep(LispPTR *args) /* args[0] : ON/OFF flag
|
||||
* args[1] : frequency
|
||||
*/
|
||||
{
|
||||
#ifdef SUNDISPLAY
|
||||
int keycommand;
|
||||
|
||||
#ifdef SUNDISPLAY
|
||||
/* belltime.tv_usec = args[1] & 0xffff;
|
||||
win_bell(LispWindowFd, belltime, 0);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user