Skip to content

Commit

Permalink
Remove the 'cfStream' member from OlePropertiesContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Dec 1, 2024
1 parent 5c35810 commit c135eff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OpenMcdf.Ole/OlePropertiesContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class OlePropertiesContainer
public PropertyContext Context { get; }

private readonly List<OleProperty> properties = new();
internal Stream? cfStream;

/// <summary>
/// Create a new instance of <see cref="OlePropertiesContainer"/> with the specified code page and container type.
Expand All @@ -55,8 +54,6 @@ public OlePropertiesContainer(CfbStream cfStream)
{
PropertySetStream pStream = new();

this.cfStream = cfStream;

using BinaryReader reader = new(cfStream, Encoding.Unicode, true);
pStream.Read(reader);

Expand Down

0 comments on commit c135eff

Please sign in to comment.