Skip to content

Commit

Permalink
Delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed May 1, 2024
1 parent 3b18a12 commit 6ca45b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions QRCoder/QRCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,6 @@ private static void DecToBin(int decNum, int bits, BitArray bitList, ref int ind
}
}

private static string DecToBin(int decNum)
{
return Convert.ToString(decNum, 2);
}

private static int GetCountIndicatorLength(int version, EncodingMode encMode)
{
if (version < 10)
Expand Down

0 comments on commit 6ca45b4

Please sign in to comment.