Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / hal / halarm / generic / beep.c
diff --git a/reactos/hal/halarm/generic/beep.c b/reactos/hal/halarm/generic/beep.c
deleted file mode 100644 (file)
index bd27412..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * PROJECT:         ReactOS HAL
- * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            hal/halarm/generic/beep.c
- * PURPOSE:         Speaker support (beeping)
- * PROGRAMMERS:     ReactOS Portable Systems Group
- */
-
-/* INCLUDES ******************************************************************/
-
-#include <hal.h>
-#define NDEBUG
-#include <debug.h>
-
-/* FUNCTIONS *****************************************************************/
-
-/*
- * @implemented
- */
-BOOLEAN
-NTAPI
-HalMakeBeep(IN ULONG Frequency)
-{
-    UNIMPLEMENTED;
-    return FALSE;
-}