Skip to content
Snippets Groups Projects
Commit 3ae4e49b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove unused paramters

parent dcddea6f
No related branches found
Tags v0.7.0-rc1
No related merge requests found
......@@ -48,6 +48,6 @@ NotificationsManager::notificationClosed(uint, uint)
}
void
NotificationsManager::removeNotification(const QString &roomId, const QString &eventId)
NotificationsManager::removeNotification(const QString &, const QString &)
{}
......@@ -65,5 +65,5 @@ void NotificationsManager::actionInvoked(uint, QString) {}
void NotificationsManager::notificationClosed(uint, uint) {}
void
NotificationsManager::removeNotification(const QString &roomId, const QString &eventId)
NotificationsManager::removeNotification(const QString &, const QString &)
{}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment