From 18f3c34d6671b7515fa0f262a96012e68f1298f2 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 2 Nov 2011 15:58:12 +0200 Subject: [PATCH] obexd: remove pcsuite code pcsuite code has been moved to pcsuite plugin and this code is no longer used. --- obexd/plugins/ftp.c | 55 --------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/obexd/plugins/ftp.c b/obexd/plugins/ftp.c index aebe41156..30edc6b54 100644 --- a/obexd/plugins/ftp.c +++ b/obexd/plugins/ftp.c @@ -95,70 +95,15 @@ \ " -#define PCSUITE_CHANNEL 24 -#define PCSUITE_WHO_SIZE 8 - -#define PCSUITE_RECORD " \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ - \ -" - static const uint8_t FTP_TARGET[TARGET_SIZE] = { 0xF9, 0xEC, 0x7B, 0xC4, 0x95, 0x3C, 0x11, 0xD2, 0x98, 0x4E, 0x52, 0x54, 0x00, 0xDC, 0x9E, 0x09 }; -static const uint8_t PCSUITE_WHO[PCSUITE_WHO_SIZE] = { - 'P', 'C', ' ', 'S', 'u', 'i', 't', 'e' }; - struct ftp_session { struct obex_session *os; char *folder; }; -struct pcsuite_session { - struct ftp_session *ftp; - char *lock_file; - int fd; -}; - static void set_folder(struct ftp_session *ftp, const char *new_folder) { DBG("%p folder %s", ftp, new_folder); -- 2.47.3