Skip to content

Commit f3dfbb0

Browse files
committed
remove unneeded method
1 parent 8834bcc commit f3dfbb0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ParquetViewer/AboutBox.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ private void associateFileExtensionCheckBox_CheckedChanged(object? sender, Event
213213
}
214214
}
215215

216+
//I tested this logic on both Windows 10 & 11 and it works for both
216217
private static bool AssociateParquetFileExtension(bool dryRun)
217218
{
218219
if (!User.IsAdministrator && !dryRun)
@@ -355,11 +356,6 @@ private void AboutBox_Load(object sender, EventArgs e)
355356
}
356357
}
357358

358-
private static void Proc_Exited(object? sender, EventArgs e)
359-
{
360-
throw new NotImplementedException();
361-
}
362-
363359
private void SetCheckboxSilent(bool @checked)
364360
{
365361
this.isLoading = true;

0 commit comments

Comments
 (0)