chore: remove unsupported skiptaskbar linux impl (#35179)

chore: unsupported skiptaskbar linux impl
This commit is contained in:
Robo 2022-08-02 11:53:36 -07:00 committed by GitHub
parent 31be6ecf7b
commit 53cd23159e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1040,10 +1040,6 @@ void NativeWindowViews::SetSkipTaskbar(bool skip) {
taskbar->AddTab(GetAcceleratedWidget());
taskbar_host_.RestoreThumbarButtons(GetAcceleratedWidget());
}
#elif defined(USE_OZONE_PLATFORM_X11)
if (IsX11())
SetWMSpecState(static_cast<x11::Window>(GetAcceleratedWidget()), skip,
x11::GetAtom("_NET_WM_STATE_SKIP_TASKBAR"));
#endif
}