Remove unecessary return marshalling

This commit is contained in:
Cyberboss
2018-10-02 11:05:12 -04:00
parent b1e49e32de
commit f923b9dbc2
@@ -36,7 +36,6 @@ namespace Tgstation.Server.Host
/// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-enumchildwindows
/// </summary>
[DllImport("user32")]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool EnumChildWindows(IntPtr window, EnumWindowProc callback, IntPtr lParam);
/// <summary>