summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-27 00:10:34 +0000
committerMoonchild <moonchild@palemoon.org>2021-11-27 00:10:57 +0000
commit4573d83ae3c9dc2c39af8ebc3dccfe1f75c6b4ac (patch)
tree99f6c3eb8428a2b4bc4b8c9498dc6e8a4233ee2f /libs
parent4cffd541de9065c16bbe0dd2fa10e41329e6caa5 (diff)
downloadaura-central-4573d83ae3c9dc2c39af8ebc3dccfe1f75c6b4ac.tar.gz
Issue %3014 - Part 2: Remove WebRTC signaling
Diffstat (limited to 'libs')
-rw-r--r--libs/sctp/datachannel/DataChannel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/sctp/datachannel/DataChannel.h b/libs/sctp/datachannel/DataChannel.h
index 33458e6c2..03f123e25 100644
--- a/libs/sctp/datachannel/DataChannel.h
+++ b/libs/sctp/datachannel/DataChannel.h
@@ -6,10 +6,6 @@
#ifndef NETWERK_SCTP_DATACHANNEL_DATACHANNEL_H_
#define NETWERK_SCTP_DATACHANNEL_DATACHANNEL_H_
-#ifdef MOZ_WEBRTC_SIGNALING
-#define SCTP_DTLS_SUPPORTED 1
-#endif
-
#include <string>
#include <errno.h>
#include "nsISupports.h"