diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am index cbb6a68f67897408e025064baf62ffa4c11f36ab..da60331e5b87fd5879484d60d73baf0921db4805 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 2b040a45f749a3bf52c552fba81130ba56f5775d..0000000000000000000000000000000000000000 --- 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 a77210bb2af0c70da348a91e6a68e896c6e71510..1a78aa73112c0768ec7df8b02e4b293574daabe2 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"