aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/common/ipc_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/windows/common/ipc_protocol.h')
-rw-r--r--src/client/windows/common/ipc_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/windows/common/ipc_protocol.h b/src/client/windows/common/ipc_protocol.h
index 42ea8455..b03c032b 100644
--- a/src/client/windows/common/ipc_protocol.h
+++ b/src/client/windows/common/ipc_protocol.h
@@ -82,11 +82,6 @@ struct CustomInfoEntry {
wchar_t value[kValueMaxLength];
};
-struct CustomDataStream {
- size_t size;
- u_int8_t stream[1];
-};
-
// Constants for the protocol between client and the server.
// Tags sent with each message indicating the purpose of