From ce1b1859dfdb61f41e381bd2c6ceba6c3d517acd Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 2 Aug 2023 15:18:39 +0200 Subject: [PATCH] Removed apism-client and tcp-client. All done inside of ismas client now. --- OnDemandUpdatePTU.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index 99830e5..c8d5b82 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -81,8 +81,6 @@ SOURCES += \ utils.cpp \ update.cpp \ git/git_client.cpp \ - apism/apism_client.cpp \ - apism/apism_tcp_client.cpp \ ismas/ismas_client.cpp \ process/command.cpp \ message_handler.cpp \ @@ -94,8 +92,6 @@ HEADERS += \ utils.h \ mainwindow.h \ git/git_client.h \ - apism/apism_client.h \ - apism/apism_tcp_client.h \ apism/ismas_data.h \ ismas/ismas_client.h \ process/command.h \