diff options
Diffstat (limited to 'libsowatch/declarativewatchwrapper.cpp')
-rw-r--r-- | libsowatch/declarativewatchwrapper.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsowatch/declarativewatchwrapper.cpp b/libsowatch/declarativewatchwrapper.cpp index 968c3e2..d06ef3b 100644 --- a/libsowatch/declarativewatchwrapper.cpp +++ b/libsowatch/declarativewatchwrapper.cpp @@ -41,10 +41,6 @@ void DeclarativeWatchWrapper::activate() // Emit the active signal emit activeChanged(); - - // Since a notification currently causes the active watchlet to be deactivated, - // we can assume the notifications list only changes when we are deactivated. - emit notificationsChanged(); } } |