diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index fa13bc329..52e091147 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -119,7 +119,6 @@ QString secondsToDHMS(quint32 duration) ChatForm::ChatForm(Friend* chatFriend, History* history) : f(chatFriend) - , callDuration(new QLabel(this)) , history{history} , isTyping{false} , lastCallIsVideo{false}