diff --git a/Borderless.cs b/Borderless.cs
index fcd0d60..5ce1603 100644
--- a/Borderless.cs
+++ b/Borderless.cs
@@ -67,27 +67,6 @@ public static readonly Int32
private string _selectedProcessName;
private string _selectedFavoriteProcess;
- ///
- /// The MoveWindow function changes the position and dimensions of the specified window. For a top-level window, the
- /// position and dimensions are relative to the upper-left corner of the screen. For a child window, they are relative
- /// to the upper-left corner of the parent window's client area.
- ///
- /// Handle to the window.
- /// Specifies the new position of the left side of the window.
- /// Specifies the new position of the top of the window.
- /// Specifies the new width of the window.
- /// Specifies the new height of the window.
- ///
- /// Specifies whether the window is to be repainted. If this parameter is TRUE, the window receives
- /// a message. If the parameter is FALSE, no repainting of any kind occurs. This applies to the client area, the
- /// nonclient area (including the title bar and scroll bars), and any part of the parent window uncovered as a result
- /// of moving a child window.
- ///
- ///
- /// If the function succeeds, the return value is nonzero.
- /// If the function fails, the return value is zero. To get extended error information, call GetLastError.
- ///
-
#endregion
public Borderless()
{
@@ -372,4 +351,4 @@ private void TrayIconExit(object sender, EventArgs e)
Environment.Exit(0);
}
}
-}
\ No newline at end of file
+}