Skip to content

Commit

Permalink
Remove notifications server implementation
Browse files Browse the repository at this point in the history
This is used only by the shell, hence we move the code there.
  • Loading branch information
plfiorini authored Oct 21, 2022
1 parent c069f00 commit fee1860
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 877 deletions.
13 changes: 0 additions & 13 deletions src/imports/notifications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,12 @@ liri_add_qml_plugin(NotificationsQmlPlugin
OUTPUT_NAME
"lirinotificationsplugin"
SOURCES
notificationimagesstorage.cpp
notificationimagesstorage.h
notifications.cpp
notificationsdaemon.cpp
notificationsdaemon.h
notifications.h
notificationsimageutils.cpp
notificationsimageutils.h
notificationsimageprovider.cpp
notificationsimageprovider.h
plugin.cpp
QML_FILES
qmldir
DBUS_ADAPTOR_SOURCES
"${CMAKE_CURRENT_SOURCE_DIR}/../../notifications/org.freedesktop.Notifications.xml"
DEFINES
QT_NO_CAST_FROM_ASCII
QT_NO_FOREACH
LIBLIRI_VERSION="${PROJECT_VERSION}"
PUBLIC_LIBRARIES
Liri::Notifications
)
Expand Down
37 changes: 0 additions & 37 deletions src/imports/notifications/notificationimagesstorage.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/imports/notifications/notificationimagesstorage.h

This file was deleted.

56 changes: 0 additions & 56 deletions src/imports/notifications/notifications.cpp

This file was deleted.

71 changes: 0 additions & 71 deletions src/imports/notifications/notifications.h

This file was deleted.

Loading

0 comments on commit fee1860

Please sign in to comment.