diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 19:55:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 19:55:40 +0000 |
commit | 7390c7303f567bb38f5609a913aca5725be9d2f6 (patch) | |
tree | d87945e3784a65a5f57028f0b2a394f0cbb4d9aa /sys/dev | |
parent | e0638ab9700b53c881989a247b308f88f7b0a2a0 (diff) |
Remove dead sysbeep driver and unused sysbeep() routine. No functional change.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wsmoused.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsmoused.h b/sys/dev/wscons/wsmoused.h index d791f3e7387..fd2c441d15d 100644 --- a/sys/dev/wscons/wsmoused.h +++ b/sys/dev/wscons/wsmoused.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsmoused.h,v 1.4 2002/03/27 18:54:09 jbm Exp $ */ +/* $OpenBSD: wsmoused.h,v 1.5 2006/02/12 19:55:39 miod Exp $ */ /* * Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon @@ -77,8 +77,6 @@ void mouse_remove(struct wsdisplay_softc *); void wsmoused_release(struct wsdisplay_softc *); void wsmoused_wakeup(struct wsdisplay_softc *); -void sysbeep(int, int); - extern char *Copybuffer; /* buffer that contains mouse selections */ extern u_int Copybuffer_size; extern char Paste_avail; /* flag, to indicate whether a selection is in the |