Browse Source

Remove SetCoverTaskbarWhenMaximized method from IWindowImpl

pull/862/head
Dan Walmsley 9 years ago
parent
commit
c09755cfbf
  1. 5
      src/Avalonia.Controls/Platform/IWindowImpl.cs

5
src/Avalonia.Controls/Platform/IWindowImpl.cs

@ -35,11 +35,6 @@ namespace Avalonia.Platform
/// </summary>
void SetSystemDecorations(bool enabled);
/// <summary>
/// When system decorations are disabled sets if the maximized state covers the entire screen or just the working area.
/// </summary>
void SetCoverTaskbarWhenMaximized(bool enable);
/// <summary>
/// Sets the icon of this window.
/// </summary>

Loading…
Cancel
Save