codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.43k stars 1.08k forks source link

Remove AddQuietZone #532

Closed Shane32 closed 1 month ago

Shane32 commented 1 month ago

Summary

The QRCodeGenerator.ModulePlacer.AddQuietZone method is not used anymore; I forgot to remove it in #530 . It is in a private class and is not exposed to the public API. The functionality was replaced with a bool addPadding parameter to the QRCodeData constructor.

Test Plan

n/a - the removed code was not referenced and is not publicly accessible