Skip to content

Commit

Permalink
クリーンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
yas78 committed Jan 7, 2022
1 parent 0b1f8a0 commit 121a238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified bin/QRCodeLib.xlam
Binary file not shown.
4 changes: 0 additions & 4 deletions src/QRCodeLib/Symbol.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1234,8 +1234,6 @@ Public Function GetGIF(Optional ByVal moduleSize As Long = DEFAULT_MODULE_SIZE,
Dim offset As Long
offset = 0

Dim bs As New BitSequence

Dim paletteIndex As Long
Dim bitmapRow() As Byte
Dim idx As Long
Expand Down Expand Up @@ -1298,8 +1296,6 @@ Public Sub SaveAs(ByVal filePath As String, _
fmt = fmt + ImageFormat.fmtBMP
End If

Dim bpp As Long

Select Case fmt And &HF0&
Case ImageFormat.fmtBMP
Select Case fmt And &HF
Expand Down

0 comments on commit 121a238

Please sign in to comment.