Skip to content

Commit

Permalink
Update QRCoder/QRCodeData.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 26, 2024
1 parent eaf046a commit 6550b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QRCoder/QRCodeData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public byte[] GetRawData(Compression compressMode)
return rawData;
}

[Obsolete("This constructor will be removed in version 2.0.0.")]
public void SaveRawData(string filePath, Compression compressMode)
{
File.WriteAllBytes(filePath, GetRawData(compressMode));
Expand Down

0 comments on commit 6550b8d

Please sign in to comment.