aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index 122bd8fe2..ca51abf1d 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -92,10 +92,6 @@ export interface MessageMap {
request: { contract: object };
response: string;
};
- "put-history-entry": {
- request: { historyEntry: types.HistoryRecord };
- response: void;
- };
"save-proposal": {
request: { proposal: types.ProposalRecord };
response: void;