From 28dc788be973446a0a54b4c3d063643faea96de2 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Mon, 24 May 2021 19:08:50 +0200
Subject: [PATCH] Removed "audio" declarations

---
 hpsdrsim.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hpsdrsim.h b/hpsdrsim.h
index 44a3393..13558a9 100644
--- a/hpsdrsim.h
+++ b/hpsdrsim.h
@@ -98,13 +98,6 @@ EXTERN struct sockaddr_in addr_old;
 //
 EXTERN double c1,c2;
 
-//
-// Forward declarations for the audio functions
-//
-void audio_get_cards(void);
-void audio_open_output();
-void audio_write(int16_t, int16_t);
-
 //
 // Forward declarations for new protocol stuff
 //
-- 
2.45.2