aboutsummaryrefslogtreecommitdiff
path: root/lib/application-service/definitions/protocol_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/application-service/definitions/protocol_metadata.h')
-rw-r--r--lib/application-service/definitions/protocol_metadata.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/application-service/definitions/protocol_metadata.h b/lib/application-service/definitions/protocol_metadata.h
deleted file mode 100644
index 3c4bcd99..00000000
--- a/lib/application-service/definitions/protocol_metadata.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/******************************************************************************
- * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
- */
-
-#pragma once
-
-
-
-#include "converters.h"
-
-namespace QMatrixClient
-{
- // Data structures
-
- /// Dictionary of supported third party protocols.
- struct ProtocolMetadata
- {
- };
-
- QJsonObject toJson(const ProtocolMetadata& pod);
-
- template <> struct FromJson<ProtocolMetadata>
- {
- ProtocolMetadata operator()(const QJsonValue& jv);
- };
-
-} // namespace QMatrixClient