[Pkg-owncloud-commits] [owncloud-client] 196/470: Notifications: Remove unused variable.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit f70c6282ca4f417f8df8b73336b56ebc035d9cbe
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Mar 22 11:38:10 2016 +0100
Notifications: Remove unused variable.
---
src/gui/notificationwidget.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gui/notificationwidget.cpp b/src/gui/notificationwidget.cpp
index 2e398a6..e3a8187 100644
--- a/src/gui/notificationwidget.cpp
+++ b/src/gui/notificationwidget.cpp
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list