Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Apr 26, 2019
1 parent fbe8c72 commit 519fecf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions rav1e_gui/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -405,21 +405,6 @@ Public Class Form1
End Try
End Sub

Private Function rav1eExists() As Boolean
If My.Computer.FileSystem.FileExists("rav1e.exe") Then
Return True
Else
Return False
End If
End Function
Private Function ffmpegExists() As Boolean
If My.Computer.FileSystem.FileExists("ffmpeg.exe") Then
Return True
Else
Return False
End If
End Function

Private Sub tempLocationPath_TextChanged(sender As Object, e As EventArgs) Handles tempLocationPath.TextChanged
If GUILoaded Then
My.Settings.tempFolder = tempLocationPath.Text
Expand Down

0 comments on commit 519fecf

Please sign in to comment.