Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhelland committed Dec 16, 2023
1 parent 9c6041d commit 5a47135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Forms/File_Save_JXL.frm
Expand Up @@ -256,11 +256,6 @@ Private Sub UpdatePanelVisibility()
Next i
End Sub

Private Sub btsDepth_Click(ByVal buttonIndex As Long)
UpdatePreviewSource
UpdatePreview
End Sub

Private Sub btsQuality_Click(ByVal buttonIndex As Long)
UpdateQualityVisibility
UpdatePreview
Expand Down
4 changes: 0 additions & 4 deletions Modules/Plugin_jxl.bas
Expand Up @@ -39,10 +39,6 @@ Private Const JXL_DEBUG_VERBOSE As Boolean = True
' at run-time, doesn't mean the export library also exists; users may only install one or none).
Private m_jxlImportAvailable As Boolean, m_jxlExportAvailable As Boolean

'Version numbers are only retrieved once, then cached. (We need to check version numbers before
' communicating with libjxl, because some optional settings only work on specific library versions.)
Private m_inputVersion As String, m_outputVersion As String

'Initialize the library. Do not call this until you have verified its existence (typically via the PluginManager module)
Public Function InitializeLibJXL(ByRef pathToDLLFolder As String) As Boolean

Expand Down

0 comments on commit 5a47135

Please sign in to comment.