diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-18 16:28:41 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-18 16:28:41 +0000 |
commit | 7606c60222fbfa4b2f9430b12a370af3ef6e8a75 (patch) | |
tree | 2c7774e85d1247a139a67ccff92e3144f97a5afa /src/audio_out/audio_irixal_out.h | |
parent | 088690a4ba5ff438b7f2d51499aa52f52e1ab04e (diff) | |
download | xine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.gz xine-lib-7606c60222fbfa4b2f9430b12a370af3ef6e8a75.tar.bz2 |
hit me if I am wrong, but I think these headers are relics
CVS patchset: 3958
CVS date: 2003/01/18 16:28:41
Diffstat (limited to 'src/audio_out/audio_irixal_out.h')
-rw-r--r-- | src/audio_out/audio_irixal_out.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/audio_out/audio_irixal_out.h b/src/audio_out/audio_irixal_out.h deleted file mode 100644 index 6b68025c7..000000000 --- a/src/audio_out/audio_irixal_out.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2000 the xine project - * - * This file is part of xine, a unix video player. - * - * xine 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. - * - * xine 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - * - * $Id: audio_irixal_out.h,v 1.1 2001/09/06 17:12:38 mshopf Exp $ - */ -#ifndef _AUDIO_IRIXAL_OUT_H_ -#define _AUDIO_IRIXAL_OUT_H_ 1 - -ao_functions_t *audio_irixalout_init(void); - -#endif |