diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-clipboard.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mds-clipboard.h b/src/mds-clipboard.h index 0c23ffb..7d9d6bf 100644 --- a/src/mds-clipboard.h +++ b/src/mds-clipboard.h @@ -90,15 +90,6 @@ typedef struct clipitem /** - * Send a full message even if interrupted - * - * @param message The message to send - * @param length The length of the message - * @return Zero on success, -1 on error - */ -int full_send(const char* message, size_t length); - -/** * Handle the received message * * @return Zero on success, -1 on error |