Skip to content

Commit eaf046a

Browse files
authored
Update QRCoder/QRCodeData.cs
1 parent 97d1ce5 commit eaf046a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QRCoder/QRCodeData.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public QRCodeData(int version)
2222
this.ModuleMatrix.Add(new BitArray(size));
2323
}
2424

25-
[Obsolete("This constructor will be removed in version 2.0.0.")]
2625
public QRCodeData(string pathToRawData, Compression compressMode) : this(File.ReadAllBytes(pathToRawData), compressMode)
2726
{
2827
}

0 commit comments

Comments
 (0)