1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-09 13:29:34 +00:00

call-window: Remove unused CALLS_WAYLAND ifdef

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-10-08 09:46:24 +02:00
parent f985332a37
commit ac4150139d

View file

@ -296,12 +296,6 @@ calls_call_window_class_init (CallsCallWindowClass *klass)
object_class->constructed = constructed;
object_class->dispose = dispose;
#ifdef CALLS_WAYLAND
// The "application" property is not a construction property so we
// have to wait for it to be set before setting up wayland & co.
object_class->notify = notify;
#endif // CALLS_WAYLAND
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/Calls/ui/call-window.ui");
gtk_widget_class_bind_template_child (widget_class, CallsCallWindow, in_app_notification);
gtk_widget_class_bind_template_child (widget_class, CallsCallWindow, main_stack);