diff options
author | waker <wakeroid@gmail.com> | 2009-08-30 13:18:59 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2009-08-30 13:18:59 +0200 |
commit | 5b80da021e24ea86bfaf299daeb22a5c2889776c (patch) | |
tree | 622c56d716694c8e71b4a08c13e46ad542d99372 | |
parent | cba797599ad58bc6f82eaa1af629398153e27f8b (diff) |
deleted unneeded headers
-rw-r--r-- | cdumb.h | 24 | ||||
-rw-r--r-- | cflac.h | 25 | ||||
-rw-r--r-- | cgme.h | 24 | ||||
-rw-r--r-- | cmp3.h | 23 | ||||
-rw-r--r-- | csid.h | 25 | ||||
-rw-r--r-- | cvorbis.h | 24 |
6 files changed, 0 insertions, 145 deletions
diff --git a/cdumb.h b/cdumb.h deleted file mode 100644 index c3cc04b8..00000000 --- a/cdumb.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CDUMB_H -#define __CDUMB_H - -extern codec_t cdumb; - -#endif // __CDUMB_H - diff --git a/cflac.h b/cflac.h deleted file mode 100644 index 9c0dae9c..00000000 --- a/cflac.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CFLAC_H -#define __CFLAC_H - -extern codec_t cflac; - -#endif // __CFLAC_H - - diff --git a/cgme.h b/cgme.h deleted file mode 100644 index 2d29186e..00000000 --- a/cgme.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CGME_H -#define __CGME_H - -extern codec_t cgme; - -#endif // __CGME_H - diff --git a/cmp3.h b/cmp3.h deleted file mode 100644 index 80b59468..00000000 --- a/cmp3.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CMP3_H -#define __CMP3_H - -//extern struct DB_decoder_s cmp3; - -#endif // __CMP3_H diff --git a/csid.h b/csid.h deleted file mode 100644 index ab64533c..00000000 --- a/csid.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CSID_H -#define __CSID_H - -extern codec_t csid; - -#endif // __CSID_H - - diff --git a/cvorbis.h b/cvorbis.h deleted file mode 100644 index f70bd18a..00000000 --- a/cvorbis.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009 Alexey Yakovenko - - 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, see <http://www.gnu.org/licenses/>. -*/ -#ifndef __CVORBIS_H -#define __CVORBIS_H - -extern codec_t cvorbis; - -#endif // __CVORBIS_H - |