Poker
3 years ago
No known key found for this signature in database
GPG Key ID: C65A6AD457D5C8F8
1 changed files with
0 additions and
5 deletions
-
src/ImageSharp/Formats/Webp/BitWriter/BitWriterBase.cs
|
|
|
@ -22,11 +22,6 @@ internal abstract class BitWriterBase |
|
|
|
/// </summary>
|
|
|
|
private byte[] buffer; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A scratch buffer to reduce allocations.
|
|
|
|
/// </summary>
|
|
|
|
private ScratchBuffer scratchBuffer; // mutable struct, don't make readonly
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Initializes a new instance of the <see cref="BitWriterBase"/> class.
|
|
|
|
/// </summary>
|
|
|
|
|