handle FIXMEs, remove dead code
[id3fs.git] / lib / ID3FS / AudioFile / Ogg.pm
index e5326ba..cdd9a9a 100644 (file)
@@ -63,7 +63,7 @@ sub get
 sub artist    { shift->get("Artist"); }
 sub album     { shift->get("Album");  }
 sub audiotype { return "ogg";         }
-sub haspic    { return undef;         } # FIXME
+sub haspic    { return undef;         } # NEXTVERSION
 sub v1genre   { return undef;         } # ID3 only
 sub year      { shift->get("Date");   }