mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Notifications: Remove unused variable.
This commit is contained in:
parent
ad60e8ac89
commit
f70c6282ca
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ NotificationWidget::NotificationWidget(QWidget *parent) : QWidget(parent)
|
|||
void NotificationWidget::setActivity(const Activity& activity)
|
||||
{
|
||||
_myActivity = activity;
|
||||
QLocale locale;
|
||||
|
||||
Q_ASSERT( !activity._accName.isEmpty() );
|
||||
_accountName = activity._accName;
|
||||
|
|
Loading…
Reference in a new issue