Remove dead code

We don't use sendreplydialog here any more
This commit is contained in:
Nicolas Fella 2020-07-30 00:41:31 +02:00
parent 9ae3ea631a
commit c0b35debe1
3 changed files with 1 additions and 11 deletions

View file

@ -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

View file

@ -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")

View file

@ -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
*