Remove useless interface
This commit is contained in:
parent
7569b01bd0
commit
b29ec26f63
9 changed files with 6 additions and 18 deletions
|
|
@ -2,13 +2,7 @@
|
|||
|
||||
namespace LibationAvalonia.ViewModels.Settings
|
||||
{
|
||||
internal interface ISettingsDisplay
|
||||
{
|
||||
void LoadSettings(Configuration config);
|
||||
void SaveSettings(Configuration config);
|
||||
}
|
||||
|
||||
public class SettingsVM : ISettingsDisplay
|
||||
public class SettingsVM
|
||||
{
|
||||
public SettingsVM(Configuration config)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue