Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DJFPaul committed Dec 28, 2023
1 parent 296bbd8 commit 3991042
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
23 changes: 8 additions & 15 deletions FFXIV Emote Tool/EmoteTool.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Public Class EmoteTool
Public patchenabled As Boolean = False



'This section is for allowing the form to be dragged by the mouse.
Private CurrentPosition As New System.Drawing.Point
Private MouseButton As System.Windows.Forms.MouseButtons = Nothing
Expand All @@ -29,7 +27,6 @@ Public Class EmoteTool
'End of mouse movement section.



'Form Load code to show initial info message.
'Additionally it checks if it can automatically detect the FFXIV Config folder, and preconfigures it as a path.
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Expand All @@ -40,8 +37,6 @@ Public Class EmoteTool
If My.Computer.FileSystem.DirectoryExists(My.Computer.FileSystem.SpecialDirectories.MyDocuments & "\My Games\FINAL FANTASY XIV - A Realm Reborn") Then
OpenFileDialog1.InitialDirectory = My.Computer.FileSystem.SpecialDirectories.MyDocuments & "\My Games\FINAL FANTASY XIV - A Realm Reborn"
End If


End Sub


Expand Down Expand Up @@ -105,17 +100,15 @@ Public Class EmoteTool
Finally
'Disable patchbuton and false the check value.
patchenabled = False
PictureBox1.Hide()
End Try
End If
Else
'Button has been pressed while checkvalue is not True.
patchenabled = False
PictureBox1.Hide()
MsgBox("An error occured: Patchcheck returned false.", MsgBoxStyle.Critical)
PictureBox1.Hide()
End Try
End If


Else
'Button has been pressed while checkvalue is not True.
patchenabled = False
PictureBox1.Hide()
MsgBox("An error occured: Patchcheck returned false.", MsgBoxStyle.Critical)
End If
End Sub

'Close button.
Expand Down
8 changes: 0 additions & 8 deletions FFXIV Emote Tool/FFXIV Emote Tool.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@
<ItemGroup>
<None Include="Resources\Patch.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Base.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Transparent.png" />
</ItemGroup>
Expand All @@ -180,18 +177,13 @@
<ItemGroup>
<Content Include="FFXIVET.ico" />
<None Include="Resources\Loading.gif" />
<None Include="Resources\Surrounded indicator.gif" />
<None Include="Resources\ZNeT.gif" />
<None Include="Resources\BuZv.gif" />
<None Include="Resources\CharFinder.png" />
<None Include="Resources\YesUnlit.png" />
<None Include="Resources\YesLit.png" />
<None Include="Resources\OkUnlit.png" />
<None Include="Resources\OkLit.png" />
<None Include="Resources\NoUnlit.png" />
<None Include="Resources\NoLit.png" />
<None Include="Resources\DialogueUnlit.png" />
<None Include="Resources\DialogueLit.png" />
<None Include="Resources\DialogueBG.png" />
<None Include="Resources\EmoteToolBase.png" />
</ItemGroup>
Expand Down
Binary file removed FFXIV Emote Tool/Resources/BuZv.gif
Binary file not shown.
Binary file removed FFXIV Emote Tool/Resources/Surrounded indicator.gif
Binary file not shown.
Binary file removed FFXIV Emote Tool/Resources/ZNeT.gif
Binary file not shown.

0 comments on commit 3991042

Please sign in to comment.