mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
call-window: Remove unused CALLS_WAYLAND ifdef
This commit is contained in:
parent
f985332a37
commit
ac4150139d
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue