mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Clean up identicon code, remove unused classes I noticed some debug-level logging coming from the identicon code, went in there to remove it, and realised half the code was unused, so I removed that too. No functional changes except that the logging is gone and the opacity is now OPAQUE rather than UNKNOWN, which wasn't valid in this context. See merge request !339