diff options
Diffstat (limited to 'sys/dev/wscons/wsmoused.h')
-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 |