call-window: Remove unused CALLS_WAYLAND ifdef
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user