diff --git a/ChartTools/Instruments/Instrument.cs b/ChartTools/Instruments/Instrument.cs index 11268295..e94cd2b0 100644 --- a/ChartTools/Instruments/Instrument.cs +++ b/ChartTools/Instruments/Instrument.cs @@ -110,10 +110,6 @@ public InstrumentType InstrumentType /// /// Gives all tracks the same special phrases /// -<<<<<<<<< Temporary merge branch 1:source/Instruments/Instrument.cs - public void ShareStarPower(TrackObjectSource source) => ShareEventsStarPower(source, track => track.SpecialPhrases); - private void ShareEventsStarPower(TrackObjectSource source, Func> collectionGetter) where T : ITrackObject -========= public SpecialPhrase[] ShareSpecial(TrackObjectSource source) => ShareEventsSpecial(source, track => track.SpecialPhrases); private T[] ShareEventsSpecial(TrackObjectSource source, Func> collectionGetter) where T : ITrackObject