Remove beep related stub code now we have a sysbeep device.

This commit is contained in:
mark 1998-10-05 00:51:21 +00:00
parent 4a1b880605
commit 67d78e486f
1 changed files with 1 additions and 19 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stubs.c,v 1.26 1998/09/05 04:00:30 mark Exp $ */
/* $NetBSD: stubs.c,v 1.27 1998/10/05 00:51:21 mark Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -252,24 +252,6 @@ dumpsys()
delay(1000000);
}
/*
* Dummy function is case no audio device has been configured
* Need to fix the code that uses this function (console) to check NBEEP.
*/
#include "beep.h"
#include "vidcaudio.h"
#if NBEEP == 0
void
beep_generate()
{
#if NVIDCAUDIO > 0
vidcaudio_beep_generate();
#endif /* NVIDCAUDIO */
}
#endif /* NBEEP */
/* This is interrupt / SPL related */
int current_spl_level = _SPL_HIGH;