summaryrefslogtreecommitdiff
path: root/core/multimedia
authorzecke <zecke>2004-12-20 22:00:31 (UTC)
committer zecke <zecke>2004-12-20 22:00:31 (UTC)
commit086e832c16265a086e455ead0e5a64f61e2078e7 (patch) (unidiff)
tree787cf43b3d5a1ef71d45bc16b205632eec0f82fb /core/multimedia
parent5f35158ba0e7c2813768aaab6d6ad478dc0271a1 (diff)
downloadopie-086e832c16265a086e455ead0e5a64f61e2078e7.zip
opie-086e832c16265a086e455ead0e5a64f61e2078e7.tar.gz
opie-086e832c16265a086e455ead0e5a64f61e2078e7.tar.bz2
Kill unneeded parameter
Diffstat (limited to 'core/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/om3u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/om3u.cpp b/core/multimedia/opieplayer/om3u.cpp
index 95ed03c..7149a8e 100644
--- a/core/multimedia/opieplayer/om3u.cpp
+++ b/core/multimedia/opieplayer/om3u.cpp
@@ -153,7 +153,7 @@ void Om3u::remove(const QString &filePath) { //removes from m3u list
153 } 153 }
154} 154}
155 155
156void Om3u::deleteFile(const QString &filePath) {//deletes m3u file 156void Om3u::deleteFile(const QString &) {//deletes m3u file
157 f.close(); 157 f.close();
158 f.remove(); 158 f.remove();
159 159