Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
c0b35deb
Commit
c0b35deb
authored
Jul 30, 2020
by
Nicolas Fella
Browse files
Remove dead code
We don't use sendreplydialog here any more
parent
9ae3ea63
Pipeline
#28856
passed with stage
in 13 minutes and 6 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
plugins/sms/CMakeLists.txt
View file @
c0b35deb
...
...
@@ -18,14 +18,7 @@ set(kdeconnect_sms_SRCS
${
debug_file_SRCS
}
)
include_directories
(
${
CMAKE_BINARY_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../notifications/
)
# needed for the sendreplydialog
ki18n_wrap_ui
(
kdeconnect_sms_SRCS ../notifications/sendreplydialog.ui
)
kdeconnect_add_plugin
(
kdeconnect_sms JSON kdeconnect_sms.json SOURCES ../notifications/sendreplydialog.cpp
${
kdeconnect_sms_SRCS
}
)
kdeconnect_add_plugin
(
kdeconnect_sms JSON kdeconnect_sms.json SOURCES
${
kdeconnect_sms_SRCS
}
)
target_link_libraries
(
kdeconnect_sms
kdeconnectcore
...
...
plugins/sms/smsplugin.cpp
View file @
c0b35deb
...
...
@@ -31,7 +31,6 @@
#include <core/device.h>
#include <core/daemon.h>
#include "sendreplydialog.h"
#include "plugin_sms_debug.h"
K_PLUGIN_CLASS_WITH_JSON
(
SmsPlugin
,
"kdeconnect_sms.json"
)
...
...
plugins/sms/smsplugin.h
View file @
c0b35deb
...
...
@@ -29,8 +29,6 @@
#include "conversationsdbusinterface.h"
#include "interfaces/conversationmessage.h"
#include "sendreplydialog.h"
/**
* Packet used to indicate a batch of messages has been pushed from the remote device
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment