From bb25953767b5fb590211417807bf742530bb0e44 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Wed, 27 Jul 2011 23:07:38 +0200 Subject: [PATCH] These methods can't be protected since they're called from IT::File In general this code could use a fair bit of tidying up both stylistically and semantically. --- taglib/it/itproperties.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/taglib/it/itproperties.h b/taglib/it/itproperties.h index 79ebc383..7e0fb530 100644 --- a/taglib/it/itproperties.h +++ b/taglib/it/itproperties.h @@ -72,9 +72,7 @@ namespace TagLib { uchar panningSeparation() const; uchar pitchWheelDepth() const; - protected: void setChannels(int channels); - void setLengthInPatterns(ushort lengthInPatterns); void setInstrumentCount(ushort instrumentCount); void setSampleCount (ushort sampleCount);