summaryrefslogtreecommitdiff
path: root/net-p2p/qtella/files/patch-include__AudioOgg.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qtella/files/patch-include__AudioOgg.h')
-rw-r--r--net-p2p/qtella/files/patch-include__AudioOgg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/qtella/files/patch-include__AudioOgg.h b/net-p2p/qtella/files/patch-include__AudioOgg.h
deleted file mode 100644
index 79c988346fbd..000000000000
--- a/net-p2p/qtella/files/patch-include__AudioOgg.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/AudioOgg.h.otih Tue May 29 17:25:30 2007
-+++ include/AudioOgg.h Tue May 29 17:27:46 2007
-@@ -11,7 +11,7 @@
- class AudioOgg: public MyAudioFile
- {
- public:
-- AudioOgg::AudioOgg( std::string filename );
-+ AudioOgg( std::string filename );
- std::string &getTitle() { return _title; };
- void setTitle( std::string str ) { _title = str; }
- std::string &getArtist() { return _artist;} ;