kwin: remove unused atom

not sure what spec that atom is from anyway, not in the spec at:
https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-19 13:44:08 +03:00
parent 4dbd193381
commit 70ab393c4a
2 changed files with 0 additions and 4 deletions

View file

@ -82,9 +82,6 @@ Atoms::Atoms()
atoms[n] = &net_wm_take_activity;
names[n++] = (char*) "_NET_WM_TAKE_ACTIVITY";
atoms[n] = &net_wm_window_opacity;
names[n++] = (char*) "_NET_WM_WINDOW_OPACITY";
Atom fake;
atoms[n] = &fake;
names[n++] = (char *) "_DT_SM_WINDOW_INFO";

View file

@ -51,7 +51,6 @@ public:
Atom net_wm_user_time;
Atom kde_net_wm_user_creation_time;
Atom net_wm_take_activity;
Atom net_wm_window_opacity;
Atom xdnd_aware;
Atom xdnd_position;
Atom net_frame_extents;