misc: Drop remaining nick/blurbs

Those were added again after we dropped their usage in the codebase

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3498>
This commit is contained in:
Bilal Elmoussaoui
2024-01-07 21:27:46 +01:00
committed by Marge Bot
parent 51904d1ec3
commit 9e4d1f51ee
6 changed files with 10 additions and 30 deletions

View File

@ -609,9 +609,7 @@ meta_window_class_init (MetaWindowClass *klass)
* MetaWindow::suspend-state: (skip)
*/
obj_props[PROP_SUSPEND_STATE] =
g_param_spec_enum ("suspend-state",
"Suspend state",
"The suspend state of the window",
g_param_spec_enum ("suspend-state", NULL, NULL,
META_TYPE_WINDOW_SUSPEND_STATE,
META_WINDOW_SUSPEND_STATE_SUSPENDED,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);