aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-clipboard.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-clipboard.h9
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