CallHistory: Don't pass the CallsNewCallBox to the CallsHistory

Since we now have a "dial" action we can uses it also in the History,
this way we don't need to pass arond the NewCallBox.
This commit is contained in:
Julian Sparber
2020-03-02 13:40:31 +01:00
committed by Julian Sparber
parent 62a327a0ae
commit f1f848c5f3
5 changed files with 6 additions and 31 deletions

View File

@@ -40,8 +40,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CallsHistoryBox, calls_history_box, CALLS, HISTORY_BOX, GtkStack);
CallsHistoryBox * calls_history_box_new (GListModel *model,
CallsContacts *contacts,
CallsNewCallBox *new_call);
CallsContacts *contacts);
G_END_DECLS