Browse Source

Remove unneeded comments.

BDisp 1 year ago
parent
commit
de6d276e38
1 changed files with 1 additions and 9 deletions
  1. 1 9
      Terminal.Gui/Views/Scroll.cs

+ 1 - 9
Terminal.Gui/Views/Scroll.cs

@@ -1,12 +1,4 @@
-//
-// Scroll.cs: Vertical or horizontal scroll
-//
-// Author: BDisp
-//
-// Licensed under the MIT license
-//
-
-namespace Terminal.Gui;
+namespace Terminal.Gui;
 
 /// <summary>
 ///     Represents the "inside part" of a scroll bar, minus the arrows.