From 5af4b0f4b1c50148caccf889898e116c981ba959 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 5 Aug 2015 17:09:17 +0200 Subject: [PATCH] remove the fake notifications --- applets/notifications/contents/ui/main.qml | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/applets/notifications/contents/ui/main.qml b/applets/notifications/contents/ui/main.qml index 0caf22e1..2f0fb942 100644 --- a/applets/notifications/contents/ui/main.qml +++ b/applets/notifications/contents/ui/main.qml @@ -133,29 +133,6 @@ Item { ListModel { id: notificationsModel - - ListElement { - source: "call1Source" - appIcon: "call-start" - summary: "Missed call from Joe" - appName: "Phone" - body: "Called at 8:42 from +41 56 373 37 31" - actions: [] - } - ListElement { - source: "im1Source" - appIcon: "im-google" - appName: "Message" - summary: "July: Hey! Are you around?" - actions: [] - } - ListElement { - source: "im2Source" - appIcon: "im-google" - appName: "Message" - summary: "July: Hello?" - actions: [] - } } ListView {