mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused variable
This commit is contained in:
parent
abee9ba015
commit
113bc589bd
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@ namespace Flow.Launcher
|
||||||
{
|
{
|
||||||
internal partial class ReportWindow
|
internal partial class ReportWindow
|
||||||
{
|
{
|
||||||
private static readonly string ClassName = nameof(ReportWindow);
|
|
||||||
|
|
||||||
public ReportWindow(Exception exception)
|
public ReportWindow(Exception exception)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue