Browse Source

chore: remove unsupported skiptaskbar linux impl (#35188)

chore: unsupported skiptaskbar linux impl

Co-authored-by: deepak1556 <[email protected]>
trop[bot] 2 years ago
parent
commit
13cfb4ef8f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      shell/browser/native_window_views.cc

+ 0 - 4
shell/browser/native_window_views.cc

@@ -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
 }