Skip to content

Commit

Permalink
Update VGACanvas.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
koteProgrammist authored Feb 3, 2024
1 parent 0ac2057 commit 48acaa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/Cosmos.System2/Graphics/VGACanvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class VGACanvas : Canvas
bool enabled;
readonly VGADriver driver;

#region Display
/// <summary>
/// Available VGA supported video modes.
/// <para>
Expand All @@ -33,7 +32,6 @@ public class VGACanvas : Canvas
/// </list>
/// </para>
/// </summary>
#endregion
static readonly List<Mode> availableModes = new()
{
new Mode(640, 480, ColorDepth.ColorDepth4),
Expand Down

0 comments on commit 48acaa8

Please sign in to comment.