Remove empty destructors

This commit is contained in:
Konstantinos Sideris 2018-02-10 16:29:09 +02:00
parent 26f221ec23
commit ba8faa357f
41 changed files with 7 additions and 86 deletions

View file

@ -401,8 +401,6 @@ TextInputWidget::hideUploadSpinner()
spinner_->stop();
}
TextInputWidget::~TextInputWidget() {}
void
TextInputWidget::stopTyping()
{