Skip to content

Commit

Permalink
chore: Remove+Sort usings
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Nov 7, 2024
1 parent f245b92 commit 47c8cbf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/Spice86/Models/Debugging/CpuInstructionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace Spice86.Models.Debugging;

using Iced.Intel;

using Spice86.Core.Emulator.VM.Breakpoint;
using Spice86.Shared.Emulator.Memory;

public partial class CpuInstructionInfo : ObservableObject {
Expand Down
3 changes: 0 additions & 3 deletions src/Spice86/Models/Debugging/ExceptionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
namespace Spice86.Models.Debugging;

using System.Reflection;

public record ExceptionInfo(string? TargetSite, string Message, string? StackTrace);
2 changes: 0 additions & 2 deletions src/Spice86/Models/Debugging/SoundChannelInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ namespace Spice86.Models.Debugging;

using CommunityToolkit.Mvvm.ComponentModel;

using System.ComponentModel;

public partial class SoundChannelInfo : ObservableObject {
[ObservableProperty] private int _volume;
[ObservableProperty] private float _stereoSeparation;
Expand Down
2 changes: 0 additions & 2 deletions src/Spice86/Models/Debugging/VideoCardInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ namespace Spice86.Models.Debugging;

using CommunityToolkit.Mvvm.ComponentModel;

using Spice86.Core.Emulator.Devices.Video.Registers;
using Spice86.Core.Emulator.Devices.Video.Registers.CrtController;
using Spice86.Core.Emulator.Devices.Video.Registers.General;
using Spice86.Core.Emulator.Devices.Video.Registers.Graphics;
using Spice86.ViewModels;

public partial class VideoCardInfo : ObservableObject {
[ObservableProperty]
Expand Down

0 comments on commit 47c8cbf

Please sign in to comment.