summaryrefslogtreecommitdiff
path: root/gpxe/src/hci/mucurses/alert.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/hci/mucurses/alert.c')
-rw-r--r--gpxe/src/hci/mucurses/alert.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpxe/src/hci/mucurses/alert.c b/gpxe/src/hci/mucurses/alert.c
deleted file mode 100644
index 00e959a8..00000000
--- a/gpxe/src/hci/mucurses/alert.c
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <curses.h>
-#include <stdio.h>
-
-/** @file
- *
- * MuCurses alert functions
- *
- */
-
-/**
- * Audible signal
- *
- * @ret rc return status code
- */
-int beep ( void ) {
- printf("\a");
- return OK;
-}