Skip to content

Commit 583c629

Browse files
committed
Remove legacy PatchForm
1 parent a037f52 commit 583c629

File tree

3 files changed

+0
-446
lines changed

3 files changed

+0
-446
lines changed

Refresher/UI/FilePatchForm.cs

Lines changed: 0 additions & 105 deletions
This file was deleted.

Refresher/UI/MainForm.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class MainForm : RefresherForm
2828
this.PipelineButton<PS3PatchPipeline>("Patch any PS3 game"),
2929

3030
new Label { Text = "Advanced (for experts):" },
31-
new Button((_, _) => this.ShowChild<FilePatchForm>()) { Text = "File Patch (using a .ELF)" },
3231
this.PipelineButton<ElfToElfPatchPipeline>(".elf->.elf Patch"),
3332

3433
#if DEBUG

0 commit comments

Comments
 (0)