Remove unused paramters
This commit is contained in:
parent
dcddea6fb8
commit
3ae4e49b5f
@ -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 &)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user