summaryrefslogtreecommitdiff
path: root/cflac.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-30 13:18:59 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-30 13:18:59 +0200
commit5b80da021e24ea86bfaf299daeb22a5c2889776c (patch)
tree622c56d716694c8e71b4a08c13e46ad542d99372 /cflac.h
parentcba797599ad58bc6f82eaa1af629398153e27f8b (diff)
deleted unneeded headers
Diffstat (limited to 'cflac.h')
-rw-r--r--cflac.h25
1 files changed, 0 insertions, 25 deletions
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
-
-