aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-colour.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-colour.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mds-colour.h b/src/mds-colour.h
index 72e2ab0..7820c76 100644
--- a/src/mds-colour.h
+++ b/src/mds-colour.h
@@ -71,15 +71,5 @@ int handle_set_colour(const char* recv_name, const char* recv_remove, const char
const char* recv_red, const char* recv_green, const char* recv_blue);
-/**
- * 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);
-
-
#endif