summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__AudioWav.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qtella/files/patch-include__AudioWav.h')
-rw-r--r--net-p2p/qtella/files/patch-include__AudioWav.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/qtella/files/patch-include__AudioWav.h b/net-p2p/qtella/files/patch-include__AudioWav.h
deleted file mode 100644
index 7df28a433fbc..000000000000
--- a/net-p2p/qtella/files/patch-include__AudioWav.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/AudioWav.h.orig Tue May 29 17:25:24 2007
-+++ include/AudioWav.h Tue May 29 17:27:38 2007
-@@ -11,7 +11,7 @@
- class AudioWav: public MyAudioFile
- {
- public:
-- AudioWav::AudioWav( std::string filename );
-+ AudioWav( std::string filename );
- std::string &getTitle() { return _title; };
- std::string &getArtist() { return _artist;} ;
- // std::string &getAlbum() { return _album; };