From b0862568bca8c65e5881d8d41737e749a217d7e6 Mon Sep 17 00:00:00 2001
From: yanmorin <yanmorin>
Date: Fri, 24 Feb 2006 03:43:36 +0000
Subject: [PATCH] Remove old class/struct

---
 src/audio/Makefile.am   |  2 +-
 src/audio/audiodevice.h | 31 -------------------------------
 src/managerimpl.h       |  2 +-
 3 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 src/audio/audiodevice.h

diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
index cbb6a68f67..da60331e5b 100644
--- a/src/audio/Makefile.am
+++ b/src/audio/Makefile.am
@@ -33,5 +33,5 @@ libaudio_la_CPPFLAGS = $(SPEEX_FLAG) $(SAMPLERATE_FLAG)
 noinst_HEADERS = audioloop.h       common.h ringbuffer.h alaw.h          audiofile.h g711.h \
  tonelist.h         audiortp.h audiocodec.h    audiolayer.h \
  dtmfgenerator.h    gsmcodec.h      tonegenerator.h    ulaw.h \
- audiodevice.h codecDescriptor.h    dtmf.h tone.h \
+ codecDescriptor.h    dtmf.h tone.h \
  CodecSpeex.h
diff --git a/src/audio/audiodevice.h b/src/audio/audiodevice.h
deleted file mode 100644
index 2b040a45f7..0000000000
--- a/src/audio/audiodevice.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- *  Copyright (C) 2004-2005 Savoir-Faire Linux inc.
- *  Author:  Jean-Philippe Barrette-LaPierre 
- *              <jean-philippe.barrette-lapierre@savoirfairelinux.com> 
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *                                                                              
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *                                                                              
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-#ifndef _AUDIO_DEVICE_H
-#define _AUDIO_DEVICE_H
-
-struct AudioDevice 
-{
-  const char *hostApiName;
-  const char *deviceName;
-};
-
-
-#endif
diff --git a/src/managerimpl.h b/src/managerimpl.h
index a77210bb2a..1a78aa7311 100644
--- a/src/managerimpl.h
+++ b/src/managerimpl.h
@@ -30,7 +30,7 @@
 #include "observer.h"
 #include "config/config.h"
 
-#include "audio/audiodevice.h"
+//#include "audio/audiodevice.h"
 #include "audio/tonelist.h" // for Tone::TONEID declaration
 #include "audio/audiofile.h"
 #include "audio/dtmf.h"
-- 
GitLab