mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove unneeded code.
This commit is contained in:
@@ -67,12 +67,5 @@ namespace DiscImageChef.Gtk
|
|||||||
|
|
||||||
Statistics.SaveStats();
|
Statistics.SaveStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void PrintCopyright()
|
|
||||||
{
|
|
||||||
DicConsole.WriteLine("{0} {1}", AssemblyTitle, AssemblyVersion?.InformationalVersion);
|
|
||||||
DicConsole.WriteLine("{0}", AssemblyCopyright);
|
|
||||||
DicConsole.WriteLine();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -98,12 +98,5 @@ namespace DiscImageChef.Gtk
|
|||||||
|
|
||||||
Statistics.SaveStats();
|
Statistics.SaveStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void PrintCopyright()
|
|
||||||
{
|
|
||||||
DicConsole.WriteLine("{0} {1}", AssemblyTitle, AssemblyVersion?.InformationalVersion);
|
|
||||||
DicConsole.WriteLine("{0}", AssemblyCopyright);
|
|
||||||
DicConsole.WriteLine();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -67,12 +67,5 @@ namespace DiscImageChef.Wpf
|
|||||||
|
|
||||||
Statistics.SaveStats();
|
Statistics.SaveStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void PrintCopyright()
|
|
||||||
{
|
|
||||||
DicConsole.WriteLine("{0} {1}", AssemblyTitle, AssemblyVersion?.InformationalVersion);
|
|
||||||
DicConsole.WriteLine("{0}", AssemblyCopyright);
|
|
||||||
DicConsole.WriteLine();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user