Skip to content
Snippets Groups Projects
Commit b04a7fbe authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Remove showNotification function

parent e2d89e09
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ public:
private:
QDBusInterface dbus;
uint showNotification(const QString summary, const QString text, const QImage image);
void closeNotification(uint id);
// notification ID to (room ID, event ID)
......
......@@ -86,18 +86,6 @@ NotificationsManager::postNotification(const QString &roomid,
});
}
uint
NotificationsManager::showNotification(const QString summary,
const QString text,
const QImage image)
{
Q_UNUSED(summary)
Q_UNUSED(text)
Q_UNUSED(image)
return 0;
}
void
NotificationsManager::closeNotification(uint id)
{
......
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