]> granicus.if.org Git - taglib/commitdiff
This line is redundant.
authorScott Wheeler <wheeler@kde.org>
Wed, 20 Oct 2004 23:34:55 +0000 (23:34 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 20 Oct 2004 23:34:55 +0000 (23:34 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@356359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/id3v2framefactory.cpp

index 88343c2bc2549d2ba653629cca65aec486f9df17..3fc976a5c2dea2d161c5b5fda2011e5aa01891d6 100644 (file)
@@ -103,8 +103,6 @@ Frame *FrameFactory::createFrame(const ByteVector &data, uint version) const
     return 0;
   }
 
-  frameID = header->frameID();
-
   // This is where things get necissarily nasty.  Here we determine which
   // Frame subclass (or if none is found simply an Frame) based
   // on the frame ID.  Since there are a lot of possibilities, that means