handle FIXMEs, remove dead code
[id3fs.git] / lib / ID3FS / AudioFile / Mp3.pm
index b3f7bf8..8133c91 100644 (file)
@@ -60,7 +60,7 @@ sub album     { shift->choose("album");  }
 # We don't care if year is not set
 sub year      { shift->choose("year");   }
 sub audiotype { return "mp3";            }
-sub haspic    { return undef;            } # FIXME
+sub haspic    { return undef;            } # NEXTVERSION
 
 sub v1genre
 {